Use type attribute instead of annotations

This commit is contained in:
Julie Lenaerts 2025-05-26 14:54:05 +02:00
parent 5e32375dfe
commit f7b0c49124
14 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
chill_activity_routes:
resource: '@ChillActivityBundle/Controller'
type: annotation
type: attribute
chill_activity_type_admin:
path: /{_locale}/admin/activity/type

View File

@ -1,3 +1,3 @@
chill_asideactivities_controllers:
resource: "@ChillAsideActivityBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_budget_controllers:
resource: "@ChillBudgetBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_calendar_controllers:
resource: '../../Controller/'
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_customfields_controller:
resource: "./../Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_docgen_controllers:
resource: '../Controller/'
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
app:
resource: "@ChillDocStoreBundle/Controller/"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_event_controllers:
resource: "@ChillEventBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_france_travail_api_controllers:
resource: "@ChillFranceTravailApiBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_job_controllers:
resource: "@ChillJobBundle/Controller"
type: annotation
type: attribute

View File

@ -1,6 +1,6 @@
chill_main_controllers:
resource: '../Controller/'
type: annotation
type: attribute
chill_crud:
resource: "@ChillMainBundle"

View File

@ -1,3 +1,3 @@
chill_person_controllers:
resource: "@ChillPersonBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_task_controllers:
resource: "@ChillTaskBundle/Controller"
type: annotation
type: attribute

View File

@ -1,3 +1,3 @@
chill_3party_controllers:
resource: "@ChillThirdPartyBundle/Controller"
type: annotation
type: attribute