mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 03:56:13 +00:00
15 lines
392 B
YAML
15 lines
392 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
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'
|
|
|