Add new status

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:40:06 +01:00
parent e0003be06b
commit d3cfe29e14

View File

@ -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;
} }