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:
|
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']
|
||||||
|
Reference in New Issue
Block a user