fix const alignment

This commit is contained in:
Dennis Eichhorn 2020-09-01 07:38:03 +02:00
parent 4d918060e0
commit 6559446974

View File

@ -28,7 +28,7 @@ abstract class PermissionState extends Enum
{
public const DASHBOARD = 1;
public const LOG = 2;
public const LOG = 2;
public const SECURITY = 3;
public const SECURITY = 3;
}