mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +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
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user