deprecate move status, which is not in use

This commit is contained in:
Julien Fastré 2022-07-07 10:41:33 +02:00
parent f72c0576ef
commit 57277e5b87

View File

@ -61,6 +61,9 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface
public const STATUS_CANCELED = 'canceled';
/**
* @deprecated
*/
public const STATUS_MOVED = 'moved';
public const STATUS_VALID = 'valid';