mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
deprecate move status, which is not in use
This commit is contained in:
parent
f72c0576ef
commit
57277e5b87
@ -61,6 +61,9 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface
|
|||||||
|
|
||||||
public const STATUS_CANCELED = 'canceled';
|
public const STATUS_CANCELED = 'canceled';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
public const STATUS_MOVED = 'moved';
|
public const STATUS_MOVED = 'moved';
|
||||||
|
|
||||||
public const STATUS_VALID = 'valid';
|
public const STATUS_VALID = 'valid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user