master
Rustem 2025-05-25 21:57:43 +05:00
parent 54d5abfa76
commit 6a09e53e0b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class MobileApiController extends Controller
$photo = url('api/files/file/' . ltrim($photo?->path, '/')); $photo = url('api/files/file/' . ltrim($photo?->path, '/'));
$class_id = UniModel::model('pipi_auto_classes')->where('id', $model->class_id)->first(); $class_id = UniModel::model('pipi_auto_classes')->where('id', $model->class_id)->first();
$bodywork_id = UniModel::model('pipi_auto_bodywork')->where('id', $model->bodywork_id)->first(); $bodywork_id = UniModel::model('pipi_auto_bodywork')->where('id', $model->bodywork_id)->first();
$address = UniModel::model('pipi_address')->where('id', $model->address_end)->first(); $address = UniModel::model('pipi_address')->where('id', $app->address_end)->first();
$data[] = [ $data[] = [
'id' => $app->id, 'id' => $app->id,
'rent_day' => $app->rent_day, 'rent_day' => $app->rent_day,