belongsToMany('Hardskill\Position\Models\Sector'); } /** * The hardskills that belong to the position. */ public function hardskills(){ return $this->hasMany('Hardskill\Position\Models\Hardskill'); } }