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