belongsTo('App\Models\Shop\SaleChannel'); } public function tariff_unity() { return $this->belongsTo('App\Models\Shop\TariffUnity'); } public function price_lists() { return $this->hasMany('App\Models\Shop\PriceList'); } }