belongsTo(\App\FormData::class); } /** * Get the commentator for comment. */ public function commentedBy() { return $this->belongsTo(\App\User::class, 'user_id'); } }