]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Перенос строки в Shift.php
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 10 Dec 2025 08:20:27 +0000 (11:20 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 10 Dec 2025 08:20:27 +0000 (11:20 +0300)
erp24/records/Shift.php

index 5d14c2fa2d80fe0143c86a74b390b053519378a3..054971c37362046fb6eebfb1b51ad2a72697f4bc 100755 (executable)
@@ -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
+}