mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 08:05:00 +00:00
deprecate move status, which is not in use
This commit is contained in:
@@ -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';
|
||||||
|
Reference in New Issue
Block a user