mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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
|
||||
{
|
||||
public const OK = 'ok';
|
||||
public const INFO = 'info';
|
||||
public const WARNING = 'warning';
|
||||
public const ERROR = 'error';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user