fix logger service injection

This commit is contained in:
2021-02-12 16:39:33 +01:00
parent f4a76f659e
commit 5efb284c5b
2 changed files with 15 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ services:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$logger: '@chill.main.logger'
tags: ['controller.service_arguments']