fix logger service injection

This commit is contained in:
2021-02-12 16:39:33 +01:00
parent f4a2ab67c2
commit 31e1a40cb7
2 changed files with 12 additions and 4 deletions

View File

@@ -7,4 +7,5 @@ services:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$timelineBuilder: '@chill_main.timeline_builder'
$logger: '@chill.main.logger'
tags: ['controller.service_arguments']