mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-15 07:48:41 +00:00
fix const alignment
This commit is contained in:
parent
d04e4d319b
commit
1c60dc850f
|
|
@ -26,11 +26,11 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class PermissionState extends Enum
|
abstract class PermissionState extends Enum
|
||||||
{
|
{
|
||||||
public const SUPPORT = 1;
|
public const SUPPORT = 1;
|
||||||
|
|
||||||
public const ANALYSIS = 2;
|
public const ANALYSIS = 2;
|
||||||
|
|
||||||
public const SETTINGS = 3;
|
public const SETTINGS = 3;
|
||||||
|
|
||||||
public const DASHBOARD = 4;
|
public const DASHBOARD = 4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user