From: Vladimir Fomichev Date: Wed, 10 Dec 2025 08:20:27 +0000 (+0300) Subject: Перенос строки в Shift.php X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=7dbdc0e49f39b4ce4a91a4f36fdc19abd5f64efd;p=erp24_rep%2Fyii-erp24%2F.git Перенос строки в Shift.php --- 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 +}