fix devops error
This commit is contained in:
@@ -22,7 +22,11 @@ class PriceListValue extends Model
|
||||
|
||||
public function tariff()
|
||||
{
|
||||
return $this->belongsToThrough(Tariff::class, PriceList::class, null, '',
|
||||
return $this->belongsToThrough(
|
||||
Tariff::class,
|
||||
PriceList::class,
|
||||
null,
|
||||
'',
|
||||
[
|
||||
'App\Models\Shop\Tariff' => 'tariff_id',
|
||||
'App\Models\Shop\PriceList' => 'price_list_id',
|
||||
|
||||
Reference in New Issue
Block a user