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: chill_activity_routes:
resource: '@ChillActivityBundle/Controller' resource: '@ChillActivityBundle/Controller'
type: annotation type: attribute
chill_activity_type_admin: chill_activity_type_admin:
path: /{_locale}/admin/activity/type path: /{_locale}/admin/activity/type

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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