belongsToMany('Timesheet\Timesheet\Models\Task'); } /** * The project that belong to the timesheet. */ public function project(){ return $this->belongsToMany('Timesheet\Timesheet\Models\Project'); } }