fix logger service dependency injection

This commit is contained in:
2021-03-04 16:13:34 +01:00
parent 84347ec982
commit b49264aec4
2 changed files with 23 additions and 2 deletions

View File

@@ -8,4 +8,9 @@ services:
$translator: '@Symfony\Component\Translation\TranslatorInterface'
$paginator: '@chill_main.paginator_factory'
public: true
tags: ['controller.service_arguments']
Chill\EventBundle\Controller\ParticipationController:
arguments:
$logger: '@Psr\Log\LoggerInterface'
tags: ['controller.service_arguments']