belongsTo('App\Models\Account'); } public function user() { return $this->belongsTo('App\Models\User'); } public function timesheet_events() { return $this->hasMany('App\Models\TimeSheetEvent'); } }