diff --git a/app/ReportComment.php b/app/ReportComment.php index 5d364e1e9..1e57c49ce 100644 --- a/app/ReportComment.php +++ b/app/ReportComment.php @@ -6,5 +6,8 @@ use Illuminate\Database\Eloquent\Model; class ReportComment extends Model { - // + public function profile() + { + return $this->belongsTo(Profile::class); + } }