endpoint created for acc periods by-person

This commit is contained in:
2021-10-20 13:11:58 +02:00
parent 1b0c19a68f
commit 902c45f0cd
4 changed files with 61 additions and 5 deletions

View File

@@ -41,10 +41,12 @@ 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
autoconfigure: true
# arguments:
# $eventDispatcher: '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
# $validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
# $registry: '@Symfony\Component\Workflow\Registry'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\PersonApiController: