refactor(config): update service definitions for autowiring and controller configuration

- Enable autowiring for Chill\EventBundle\Controller
- Add default autowire and autoconfigure settings
This commit is contained in:
2025-08-05 13:49:20 +02:00
parent 88697ae83f
commit 21e965449c

View File

@@ -1,11 +1,12 @@
services: services:
# Chill\EventBundle\Controller\: _defaults:
# autowire: true
# resource: '../Controller'
# tags: ['controller.service_arguments']
Chill\EventBundle\Menu\:
autowire: true autowire: true
autoconfigure: true autoconfigure: true
Chill\EventBundle\Controller\:
resource: '../Controller'
tags: ['controller.service_arguments']
Chill\EventBundle\Menu\:
resource: '../Menu/' resource: '../Menu/'
tags: ['chill.menu_builder'] tags: ['chill.menu_builder']