mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-29 08:08:40 +00:00
fix const alignment
This commit is contained in:
parent
062f66d06f
commit
3f5770ab02
|
|
@ -26,11 +26,11 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class PermissionState extends Enum
|
||||
{
|
||||
public const UNIT = 1;
|
||||
public const UNIT = 1;
|
||||
|
||||
public const DEPARTMENT = 2;
|
||||
|
||||
public const POSITION = 3;
|
||||
public const POSITION = 3;
|
||||
|
||||
public const ORGANIGRAM = 4;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class SettingsEnum extends Enum
|
||||
{
|
||||
public const GROUP_GENERATE_AUTOMATICALLY_UNIT = '1004700001';
|
||||
public const GROUP_GENERATE_AUTOMATICALLY_UNIT = '1004700001';
|
||||
|
||||
public const GROUP_GENERATE_AUTOMATICALLY_DEPARTMENT = '1004700002';
|
||||
|
||||
public const GROUP_GENERATE_AUTOMATICALLY_POSITION = '1004700003';
|
||||
public const GROUP_GENERATE_AUTOMATICALLY_POSITION = '1004700003';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class Status extends Enum
|
||||
{
|
||||
public const ACTIVE = 1;
|
||||
public const ACTIVE = 1;
|
||||
|
||||
public const INACTIVE = 2;
|
||||
|
||||
public const HIDDEN = 4;
|
||||
public const HIDDEN = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user