belongsToMany(Art::class, 'art_judicial_precedent'); } public function category() { return $this->belongsTo(JudicialPrecedentCategory::class, 'category_id'); } }