mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-13 11:19:51 +00:00
Remove this config. Symfony will still find and load controllers via annotations or attributes
This commit is contained in:
parent
d884d78617
commit
6e5dbe4e58
@ -1,5 +1,5 @@
|
|||||||
services:
|
#services:
|
||||||
Chill\CalendarBundle\Controller\:
|
# Chill\CalendarBundle\Controller\:
|
||||||
autowire: true
|
# autowire: true
|
||||||
resource: '../../../Controller'
|
# resource: '../../../Controller'
|
||||||
tags: ['controller.service_arguments']
|
# tags: ['controller.service_arguments']
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
Chill\EventBundle\Controller\:
|
# Chill\EventBundle\Controller\:
|
||||||
autowire: true
|
# autowire: true
|
||||||
resource: '../Controller'
|
# resource: '../Controller'
|
||||||
tags: ['controller.service_arguments']
|
# tags: ['controller.service_arguments']
|
||||||
|
|
||||||
Chill\EventBundle\Menu\:
|
Chill\EventBundle\Menu\:
|
||||||
autowire: true
|
autowire: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user