mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Use type attribute instead of annotations
This commit is contained in:
parent
5e32375dfe
commit
f7b0c49124
@ -1,6 +1,6 @@
|
||||
chill_activity_routes:
|
||||
resource: '@ChillActivityBundle/Controller'
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
||||
chill_activity_type_admin:
|
||||
path: /{_locale}/admin/activity/type
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_asideactivities_controllers:
|
||||
resource: "@ChillAsideActivityBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_budget_controllers:
|
||||
resource: "@ChillBudgetBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_calendar_controllers:
|
||||
resource: '../../Controller/'
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_customfields_controller:
|
||||
resource: "./../Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_docgen_controllers:
|
||||
resource: '../Controller/'
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
app:
|
||||
resource: "@ChillDocStoreBundle/Controller/"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_event_controllers:
|
||||
resource: "@ChillEventBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_france_travail_api_controllers:
|
||||
resource: "@ChillFranceTravailApiBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_job_controllers:
|
||||
resource: "@ChillJobBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,6 +1,6 @@
|
||||
chill_main_controllers:
|
||||
resource: '../Controller/'
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
||||
chill_crud:
|
||||
resource: "@ChillMainBundle"
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_person_controllers:
|
||||
resource: "@ChillPersonBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_task_controllers:
|
||||
resource: "@ChillTaskBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
@ -1,3 +1,3 @@
|
||||
chill_3party_controllers:
|
||||
resource: "@ChillThirdPartyBundle/Controller"
|
||||
type: annotation
|
||||
type: attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user