From c6338176363df7755c2f0a561b8d8a45e18c660e Mon Sep 17 00:00:00 2001 From: Rustem Date: Sun, 9 Feb 2025 16:38:53 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Sync1cApiController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Sync1cApiController.php b/app/Http/Controllers/Sync1cApiController.php index 495e850..9e837c4 100644 --- a/app/Http/Controllers/Sync1cApiController.php +++ b/app/Http/Controllers/Sync1cApiController.php @@ -235,7 +235,6 @@ class Sync1cApiController extends Controller [ 'auto_id' => UniModel::model('pipi_auto')->where('name', $value['Имущество'])->first()?->id, 'date' => $this->formatDate($value['Дата']), - 'status' => AutoStatusEnums::from($value['Статус'])->name ], [ 'auto_id' => UniModel::model('pipi_auto')->where('name', $value['Имущество'])->first()?->id,