mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-11 16:48:42 +00:00
fix demoSetup
This commit is contained in:
parent
ca19b0cf47
commit
34b8afe57a
|
|
@ -26,13 +26,13 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class ProgressType extends Enum
|
||||
{
|
||||
public const MANUAL = 0;
|
||||
public const MANUAL = 1;
|
||||
|
||||
public const LINEAR = 1;
|
||||
public const LINEAR = 2;
|
||||
|
||||
public const EXPONENTIAL = 2;
|
||||
public const EXPONENTIAL = 3;
|
||||
|
||||
public const LOG = 3;
|
||||
public const LOG = 4;
|
||||
|
||||
public const TASKS = 4;
|
||||
public const TASKS = 5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user