mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
fix const alignment
This commit is contained in:
parent
f3d121f4b5
commit
77207df13e
|
|
@ -26,9 +26,9 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class PermissionState extends Enum
|
||||
{
|
||||
public const HELP_GENERAL = 1;
|
||||
public const HELP_GENERAL = 1;
|
||||
|
||||
public const HELP_MODULE = 2;
|
||||
public const HELP_MODULE = 2;
|
||||
|
||||
public const HELP_DEVELOPER = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user