belongsTo(ArticleNature::class); } public function price_generics() { return $this->hasMany(PriceGeneric::class, 'category_id'); } }