belongsTo('App\Models\Shop\ArticleNature'); } public function price_generics() { return $this->hasMany('App\Models\Shop\PriceGeneric', 'category_id'); } }