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