belongsToMany('Hardskill\Hardskill\Models\Position'); } /** * The crafts that belong to the hardskill. */ public function crafts(){ return $this->belongsToMany('Hardskill\Hardskill\Models\Craft'); } /** * The sectors that belong to the hardskill. */ public function sectors(){ return $this->belongsToMany('Hardskill\Hardskill\Models\Sector'); } }