mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +00:00
Add new status
This commit is contained in:
parent
e0003be06b
commit
d3cfe29e14
|
|
@ -27,4 +27,5 @@ abstract class ModuleStatus extends Enum
|
||||||
{
|
{
|
||||||
public const ACTIVE = 1;
|
public const ACTIVE = 1;
|
||||||
public const INACTIVE = 2;
|
public const INACTIVE = 2;
|
||||||
|
public const AVAILABLE = 3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user