Files
chill-bundles/src/Bundle/ChillEventBundle/config/services.yaml
2022-07-06 13:36:20 +02:00

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']