mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-13 19:29:51 +00:00
Use type attribute instead of annotations
This commit is contained in:
parent
5e32375dfe
commit
f7b0c49124
@ -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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_asideactivities_controllers:
|
chill_asideactivities_controllers:
|
||||||
resource: "@ChillAsideActivityBundle/Controller"
|
resource: "@ChillAsideActivityBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_budget_controllers:
|
chill_budget_controllers:
|
||||||
resource: "@ChillBudgetBundle/Controller"
|
resource: "@ChillBudgetBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_calendar_controllers:
|
chill_calendar_controllers:
|
||||||
resource: '../../Controller/'
|
resource: '../../Controller/'
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_customfields_controller:
|
chill_customfields_controller:
|
||||||
resource: "./../Controller"
|
resource: "./../Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_docgen_controllers:
|
chill_docgen_controllers:
|
||||||
resource: '../Controller/'
|
resource: '../Controller/'
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
app:
|
app:
|
||||||
resource: "@ChillDocStoreBundle/Controller/"
|
resource: "@ChillDocStoreBundle/Controller/"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_event_controllers:
|
chill_event_controllers:
|
||||||
resource: "@ChillEventBundle/Controller"
|
resource: "@ChillEventBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_france_travail_api_controllers:
|
chill_france_travail_api_controllers:
|
||||||
resource: "@ChillFranceTravailApiBundle/Controller"
|
resource: "@ChillFranceTravailApiBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_job_controllers:
|
chill_job_controllers:
|
||||||
resource: "@ChillJobBundle/Controller"
|
resource: "@ChillJobBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -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"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_person_controllers:
|
chill_person_controllers:
|
||||||
resource: "@ChillPersonBundle/Controller"
|
resource: "@ChillPersonBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_task_controllers:
|
chill_task_controllers:
|
||||||
resource: "@ChillTaskBundle/Controller"
|
resource: "@ChillTaskBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
chill_3party_controllers:
|
chill_3party_controllers:
|
||||||
resource: "@ChillThirdPartyBundle/Controller"
|
resource: "@ChillThirdPartyBundle/Controller"
|
||||||
type: annotation
|
type: attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user