fix backend error with AccompanyingCourse endpoints

This commit is contained in:
2021-10-27 16:28:13 +02:00
parent c200e9909e
commit a3b203c306
2 changed files with 4 additions and 7 deletions

View File

@@ -41,10 +41,7 @@ services:
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\AccompanyingCourseApiController:
arguments:
$eventDispatcher: '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
$registry: '@Symfony\Component\Workflow\Registry'
autowire: true
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\PersonApiController: