mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 18:54:24 +00:00
11 lines
325 B
YAML
11 lines
325 B
YAML
services:
|
|
chill_main.timeline_builder:
|
|
class: Chill\MainBundle\Timeline\TimelineBuilder
|
|
arguments:
|
|
- "@doctrine.orm.entity_manager"
|
|
calls:
|
|
- [ setContainer, ["@service_container"]]
|
|
# alias:
|
|
Chill\MainBundle\Timeline\TimelineBuilder: '@chill_main.timeline_builder'
|
|
|