Remove this config. Symfony will still find and load controllers via annotations or attributes

This commit is contained in:
Julie Lenaerts 2025-05-26 14:07:23 +02:00
parent d884d78617
commit 6e5dbe4e58
3 changed files with 10 additions and 10 deletions

View File

@ -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']

View File

@ -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']