D
Size: a a a
D
D
P
D
D
D
D
PL
D
D
D
P
AH
protected function actualPrice()
{
if (! \Request::has('company_id')) {
throw...
}
// ~40 строк кода
return $this->hasOne(ServicePrice::class)
->where('company_id', \Request::get('company_id'))
// ...
}
AH
AH
D
D
AH
S
D