mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
11 lines
295 B
YAML
11 lines
295 B
YAML
services:
|
|
Chill\EventBundle\Controller\:
|
|
autowire: true
|
|
resource: '../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\EventBundle\Menu\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../Menu/'
|
|
tags: ['chill.menu_builder'] |