Fix logger error

This commit is contained in:
Jean-Francois Monfort
2021-01-14 10:42:45 +01:00
parent 65a5c94c2f
commit 3989c4faff
2 changed files with 16 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ services:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$personRepository: '@Chill\PersonBundle\Repository\PersonRepository'
$configPersonAltNameHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
$logger: '@Psr\Log\LoggerInterface'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\TimelinePersonController: