mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-08 14:38:40 +00:00
fix const alignment
This commit is contained in:
parent
f3ea34c2d4
commit
71d165b1e5
|
|
@ -28,5 +28,5 @@ abstract class PermissionState extends Enum
|
|||
{
|
||||
public const PROMOTION = 1;
|
||||
|
||||
public const EVENT = 2;
|
||||
public const EVENT = 2;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,13 +26,13 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class ProgressType extends Enum
|
||||
{
|
||||
public const MANUAL = 0;
|
||||
public const MANUAL = 0;
|
||||
|
||||
public const LINEAR = 1;
|
||||
public const LINEAR = 1;
|
||||
|
||||
public const EXPONENTIAL = 2;
|
||||
|
||||
public const LOG = 3;
|
||||
public const LOG = 3;
|
||||
|
||||
public const TASKS = 4;
|
||||
public const TASKS = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user