This commit is contained in:
Dennis Eichhorn 2020-03-24 16:46:58 +01:00 committed by GitHub
parent 41cefdc4d2
commit 03d8578891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ use phpOMS\Stdlib\Base\Enum;
*/
abstract class PermissionState extends Enum
{
public const PROFILE = 1;
public const PROFILE = 1;
public const PROFILE_SETTINGS = 2;
}