belongsToMany('App\Models\Auteur'); } public function editeur() { return $this->belongsTo('App\Models\Editeur'); } }