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:
|
#services:
|
||||||
Chill\CalendarBundle\Controller\:
|
# Chill\CalendarBundle\Controller\:
|
||||||
autowire: true
|
# autowire: true
|
||||||
resource: '../../../Controller'
|
# resource: '../../../Controller'
|
||||||
tags: ['controller.service_arguments']
|
# tags: ['controller.service_arguments']
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
resource: '../Menu/'
|
resource: '../Menu/'
|
||||||
tags: ['chill.menu_builder']
|
tags: ['chill.menu_builder']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user