mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
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:
@@ -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']
|
||||
|
Reference in New Issue
Block a user