From 35dc2fcd9084fe7e53aeaa751e4d8f42c6140f77 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 29 May 2024 17:56:51 +0300 Subject: [PATCH] fix --- erp24/services/CabinetService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/CabinetService.php b/erp24/services/CabinetService.php index e5a67a1f..fca931db 100755 --- a/erp24/services/CabinetService.php +++ b/erp24/services/CabinetService.php @@ -3811,7 +3811,7 @@ Group BY admin_id return $query->asArray()->all(); } - public function getTimetableAdministratorData($adminId, $storeId = null, $dateFrom, $dateTo, bool $notInStore = false): array + public function getTimetableAdministratorData($adminId, $storeId, $dateFrom, $dateTo, bool $notInStore = false): array { $slotTypeId = [ -- 2.39.5