ChillPersonBundle: persist new Persons

This commit is contained in:
2021-04-27 14:42:41 +02:00
parent f02d6df262
commit b43f43fa0b
2 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ services:
$configPersonAltNameHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
$logger: '@Psr\Log\LoggerInterface'
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
$em: '@Doctrine\ORM\EntityManagerInterface'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\TimelinePersonController: