From 7dbdc0e49f39b4ce4a91a4f36fdc19abd5f64efd Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Wed, 10 Dec 2025 11:20:27 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?utf8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8=20=D0=B2=20Shift.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/records/Shift.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/records/Shift.php b/erp24/records/Shift.php index 5d14c2fa..054971c3 100755 --- a/erp24/records/Shift.php +++ b/erp24/records/Shift.php @@ -116,4 +116,4 @@ class Shift extends ActiveRecord public static function getShiftIdsByShiftType ($shiftType) { return $shiftType == 0 ? [self::DAY, self::NIGHT, self::ADMINISTRATOR_8_17, self::ADMINISTRATOR_9_18] : ($shiftType == self::DAY ? [self::DAY, self::ADMINISTRATOR_8_17, self::ADMINISTRATOR_9_18] : [self::NIGHT]); } -} \ No newline at end of file +} -- 2.39.5