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: #services:
Chill\CalendarBundle\Controller\: # Chill\CalendarBundle\Controller\:
autowire: true # autowire: true
resource: '../../../Controller' # resource: '../../../Controller'
tags: ['controller.service_arguments'] # tags: ['controller.service_arguments']

View File

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