From f7b0c4912497f1bd53e4a0d60a35ceebacf91e25 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 26 May 2025 14:54:05 +0200 Subject: [PATCH] Use type attribute instead of annotations --- src/Bundle/ChillActivityBundle/config/routes.yaml | 2 +- src/Bundle/ChillAsideActivityBundle/src/config/routes.yaml | 2 +- src/Bundle/ChillBudgetBundle/config/routing.yaml | 2 +- src/Bundle/ChillCalendarBundle/Resources/config/routing.yml | 2 +- src/Bundle/ChillCustomFieldsBundle/config/routes.yaml | 2 +- src/Bundle/ChillDocGeneratorBundle/config/routes.yaml | 2 +- src/Bundle/ChillDocStoreBundle/config/routes.yaml | 2 +- src/Bundle/ChillEventBundle/config/routes.yaml | 2 +- .../src/Resources/config/routing.yml | 2 +- src/Bundle/ChillJobBundle/src/Resources/config/routing.yml | 2 +- src/Bundle/ChillMainBundle/config/routes.yaml | 2 +- src/Bundle/ChillPersonBundle/config/routes.yaml | 2 +- src/Bundle/ChillTaskBundle/config/routes.yaml | 2 +- src/Bundle/ChillThirdPartyBundle/config/routes.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/config/routes.yaml b/src/Bundle/ChillActivityBundle/config/routes.yaml index e5539c753..501afcfc5 100644 --- a/src/Bundle/ChillActivityBundle/config/routes.yaml +++ b/src/Bundle/ChillActivityBundle/config/routes.yaml @@ -1,6 +1,6 @@ chill_activity_routes: resource: '@ChillActivityBundle/Controller' - type: annotation + type: attribute chill_activity_type_admin: path: /{_locale}/admin/activity/type diff --git a/src/Bundle/ChillAsideActivityBundle/src/config/routes.yaml b/src/Bundle/ChillAsideActivityBundle/src/config/routes.yaml index 0a193b990..6a7d33475 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/config/routes.yaml +++ b/src/Bundle/ChillAsideActivityBundle/src/config/routes.yaml @@ -1,3 +1,3 @@ chill_asideactivities_controllers: resource: "@ChillAsideActivityBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillBudgetBundle/config/routing.yaml b/src/Bundle/ChillBudgetBundle/config/routing.yaml index e65561db0..d54f101e6 100644 --- a/src/Bundle/ChillBudgetBundle/config/routing.yaml +++ b/src/Bundle/ChillBudgetBundle/config/routing.yaml @@ -1,3 +1,3 @@ chill_budget_controllers: resource: "@ChillBudgetBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillCalendarBundle/Resources/config/routing.yml b/src/Bundle/ChillCalendarBundle/Resources/config/routing.yml index 70ce2b6d4..18ad4c7eb 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/config/routing.yml +++ b/src/Bundle/ChillCalendarBundle/Resources/config/routing.yml @@ -1,3 +1,3 @@ chill_calendar_controllers: resource: '../../Controller/' - type: annotation + type: attribute diff --git a/src/Bundle/ChillCustomFieldsBundle/config/routes.yaml b/src/Bundle/ChillCustomFieldsBundle/config/routes.yaml index 018c8122f..189f2f51d 100644 --- a/src/Bundle/ChillCustomFieldsBundle/config/routes.yaml +++ b/src/Bundle/ChillCustomFieldsBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_customfields_controller: resource: "./../Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillDocGeneratorBundle/config/routes.yaml b/src/Bundle/ChillDocGeneratorBundle/config/routes.yaml index c33caad18..1ede00f9b 100644 --- a/src/Bundle/ChillDocGeneratorBundle/config/routes.yaml +++ b/src/Bundle/ChillDocGeneratorBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_docgen_controllers: resource: '../Controller/' - type: annotation + type: attribute diff --git a/src/Bundle/ChillDocStoreBundle/config/routes.yaml b/src/Bundle/ChillDocStoreBundle/config/routes.yaml index c02dc76ab..b3855b1fc 100644 --- a/src/Bundle/ChillDocStoreBundle/config/routes.yaml +++ b/src/Bundle/ChillDocStoreBundle/config/routes.yaml @@ -1,3 +1,3 @@ app: resource: "@ChillDocStoreBundle/Controller/" - type: annotation + type: attribute diff --git a/src/Bundle/ChillEventBundle/config/routes.yaml b/src/Bundle/ChillEventBundle/config/routes.yaml index 8583a8d2d..e696b85a8 100644 --- a/src/Bundle/ChillEventBundle/config/routes.yaml +++ b/src/Bundle/ChillEventBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_event_controllers: resource: "@ChillEventBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillFranceTravailApiBundle/src/Resources/config/routing.yml b/src/Bundle/ChillFranceTravailApiBundle/src/Resources/config/routing.yml index fdb34eb87..b4087e77c 100644 --- a/src/Bundle/ChillFranceTravailApiBundle/src/Resources/config/routing.yml +++ b/src/Bundle/ChillFranceTravailApiBundle/src/Resources/config/routing.yml @@ -1,3 +1,3 @@ chill_france_travail_api_controllers: resource: "@ChillFranceTravailApiBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillJobBundle/src/Resources/config/routing.yml b/src/Bundle/ChillJobBundle/src/Resources/config/routing.yml index 9617e558d..55f78626e 100644 --- a/src/Bundle/ChillJobBundle/src/Resources/config/routing.yml +++ b/src/Bundle/ChillJobBundle/src/Resources/config/routing.yml @@ -1,3 +1,3 @@ chill_job_controllers: resource: "@ChillJobBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillMainBundle/config/routes.yaml b/src/Bundle/ChillMainBundle/config/routes.yaml index a0743359b..ab8770d6b 100644 --- a/src/Bundle/ChillMainBundle/config/routes.yaml +++ b/src/Bundle/ChillMainBundle/config/routes.yaml @@ -1,6 +1,6 @@ chill_main_controllers: resource: '../Controller/' - type: annotation + type: attribute chill_crud: resource: "@ChillMainBundle" diff --git a/src/Bundle/ChillPersonBundle/config/routes.yaml b/src/Bundle/ChillPersonBundle/config/routes.yaml index 731318c6c..ab4b59438 100644 --- a/src/Bundle/ChillPersonBundle/config/routes.yaml +++ b/src/Bundle/ChillPersonBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_person_controllers: resource: "@ChillPersonBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillTaskBundle/config/routes.yaml b/src/Bundle/ChillTaskBundle/config/routes.yaml index 53d5e4f81..4eb670ad6 100644 --- a/src/Bundle/ChillTaskBundle/config/routes.yaml +++ b/src/Bundle/ChillTaskBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_task_controllers: resource: "@ChillTaskBundle/Controller" - type: annotation + type: attribute diff --git a/src/Bundle/ChillThirdPartyBundle/config/routes.yaml b/src/Bundle/ChillThirdPartyBundle/config/routes.yaml index e8edbb3a9..18ad079b6 100644 --- a/src/Bundle/ChillThirdPartyBundle/config/routes.yaml +++ b/src/Bundle/ChillThirdPartyBundle/config/routes.yaml @@ -1,3 +1,3 @@ chill_3party_controllers: resource: "@ChillThirdPartyBundle/Controller" - type: annotation \ No newline at end of file + type: attribute