From 55d729bed7cf7e2faae8f8725ab211f6eb844c5c Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 28 May 2024 22:31:42 +0300 Subject: [PATCH] fix bug --- 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 f7274f2..e5a67a1 100755 --- a/erp24/services/CabinetService.php +++ b/erp24/services/CabinetService.php @@ -3648,7 +3648,7 @@ false * @param bool $notInStore * @return array */ - public function getTimetableData($adminId, $storeId = null, $dateFrom, $dateTo, bool $notInStore = false): array + public function getTimetableData($adminId, $storeId, $dateFrom, $dateTo, bool $notInStore = false): array { $slotTypeId = [ -- 2.39.5