belongsTo(User::class, 'creator_id'); } /** * La galerie à laquelle l'oeuvre appartient. */ public function gallery() { return $this->belongsTo(Gallery::class); } }