mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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:
|
||||
Chill\CalendarBundle\Controller\:
|
||||
autowire: true
|
||||
resource: '../../../Controller'
|
||||
tags: ['controller.service_arguments']
|
||||
#services:
|
||||
# Chill\CalendarBundle\Controller\:
|
||||
# autowire: true
|
||||
# resource: '../../../Controller'
|
||||
# tags: ['controller.service_arguments']
|
||||
|
@ -1,11 +1,11 @@
|
||||
services:
|
||||
Chill\EventBundle\Controller\:
|
||||
autowire: true
|
||||
resource: '../Controller'
|
||||
tags: ['controller.service_arguments']
|
||||
# Chill\EventBundle\Controller\:
|
||||
# autowire: true
|
||||
# resource: '../Controller'
|
||||
# tags: ['controller.service_arguments']
|
||||
|
||||
Chill\EventBundle\Menu\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../Menu/'
|
||||
tags: ['chill.menu_builder']
|
||||
tags: ['chill.menu_builder']
|
||||
|
Loading…
x
Reference in New Issue
Block a user