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:
# Chill\EventBundle\Controller\:
# autowire: true
# resource: '../Controller'
# tags: ['controller.service_arguments']
Chill\EventBundle\Menu\:
_defaults:
autowire: true
autoconfigure: true
Chill\EventBundle\Controller\:
resource: '../Controller'
tags: ['controller.service_arguments']
Chill\EventBundle\Menu\:
resource: '../Menu/'
tags: ['chill.menu_builder']