mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-07 08:58:40 +00:00
fix demoSetup
This commit is contained in:
parent
cac04b62cb
commit
d7bbe99b62
|
|
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class HelperStatus extends Enum
|
abstract class HelperStatus extends Enum
|
||||||
{
|
{
|
||||||
public const INACTIVE = 0;
|
public const INACTIVE = 1;
|
||||||
|
|
||||||
public const ACTIVE = 1;
|
public const ACTIVE = 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class TemplateDataType extends Enum
|
abstract class TemplateDataType extends Enum
|
||||||
{
|
{
|
||||||
public const OTHER = 0;
|
public const OTHER = 1;
|
||||||
|
|
||||||
public const GLOBAL_DB = 1;
|
public const GLOBAL_DB = 2;
|
||||||
|
|
||||||
public const GLOBAL_FILE = 2;
|
public const GLOBAL_FILE = 3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user