mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-15 17:59:43 +00:00
20 lines
509 B
YAML
20 lines
509 B
YAML
services:
|
|
Chill\EventBundle\Controller\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\EventBundle\Menu\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../Menu/'
|
|
tags: ['chill.menu_builder']
|
|
|
|
Chill\EventBundle\Templating\Entity\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../Templating/Entity'
|
|
tags:
|
|
- 'chill.render_entity'
|