mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
Extend form error levels
This commit is contained in:
parent
c2df3a1ffd
commit
9bf5ed087d
|
|
@ -27,6 +27,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
abstract class NotificationLevel extends Enum
|
abstract class NotificationLevel extends Enum
|
||||||
{
|
{
|
||||||
public const OK = 'ok';
|
public const OK = 'ok';
|
||||||
|
public const INFO = 'info';
|
||||||
public const WARNING = 'warning';
|
public const WARNING = 'warning';
|
||||||
public const ERROR = 'error';
|
public const ERROR = 'error';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user