From 57277e5b87eaf4e1e401df460080cc62db563ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 7 Jul 2022 10:41:33 +0200 Subject: [PATCH] deprecate move status, which is not in use --- src/Bundle/ChillCalendarBundle/Entity/Calendar.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Bundle/ChillCalendarBundle/Entity/Calendar.php b/src/Bundle/ChillCalendarBundle/Entity/Calendar.php index 1ed858de7..018f073bd 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/Calendar.php +++ b/src/Bundle/ChillCalendarBundle/Entity/Calendar.php @@ -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';