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