belongsTo('App\Models\Shop\Tariff'); } public function sale_channel() { return $this->belongsTo('App\Models\Shop\SaleChannel'); } public function price_list_values() { return $this->hasMany('App\Models\Shop\PriceListValue'); } }