Доработка апи

pull/7/head
Rustem 2025-04-18 14:05:14 +05:00
parent 3a9b1d35a6
commit 6b02c057f1
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class MobileApiController extends Controller
'fuel_tank' => $mark?->fuel_tank ?? '50',
'class' => $class->name ?? 'Эконом',
'bodywork' => $bodywork->name ?? 'Седан',
'deposit' => $tariffs_new[0]['deposit'] ?? '30000',
'deposit' => $tariffs_new[0]['deposit'] ?? 30000,
'conditioner' => $mark?->conditioner,
'photo' => $colorPath,
'tariffs' => $tariffs_new,