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