remove container aware interface from timeline builder

This commit is contained in:
2023-10-02 15:03:05 +02:00
parent 6a37079ee5
commit 41f4bbfdce
2 changed files with 4 additions and 10 deletions

View File

@@ -5,10 +5,6 @@ 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'