belongsTo(User::class); } public function categorie() { return $this->belongsTo(Categorie::class); } }