mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 19:39:45 +00:00
11 lines
259 B
YAML
11 lines
259 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
chill_main.timeline_builder:
|
|
class: Chill\MainBundle\Timeline\TimelineBuilder
|
|
# alias:
|
|
Chill\MainBundle\Timeline\TimelineBuilder: '@chill_main.timeline_builder'
|
|
|