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