belongsTo(User::class); } public function dailyReport() { return $this->belongsTo(MtDailyReport::class, 'daily_report_id'); } }