belongsTo('App\Referent'); } public function oeuvres() { return $this->belongsToMany('App\Oeuvre'); } }