belongsTo('Nico\Associations\Models\Commune'); } /** * The Disciplines that belong to the associations. */ public function Disciplines(){ return $this->hasMany('Nico\Associations\Models\Discipline'); } }