hasMany('App\Models\Shop\Price'); } public function values() { return $this->hasMany('App\Models\Shop\PriceGenericValue'); } public function articles() { return $this->hasManyThrough('App\Models\Shop\Article','App\Models\Shop\Price'); } }