Форматирование
This commit is contained in:
@@ -24,7 +24,7 @@ class DepartmentPatientOperationResource extends JsonResource
|
||||
'id' => $operation->rf_kl_service_medical_id,
|
||||
'code' => $serviceCode,
|
||||
'name' => $serviceName,
|
||||
'label' => trim(($serviceCode ? "{$serviceCode} " : '') . ($serviceName ?? '')),
|
||||
'label' => trim(($serviceCode ? "{$serviceCode} " : '').($serviceName ?? '')),
|
||||
],
|
||||
'startAt' => $operation->started_at?->toIso8601String(),
|
||||
'endAt' => $operation->ended_at?->toIso8601String(),
|
||||
|
||||
Reference in New Issue
Block a user