controller + template made to list confirmed parcours for a specific user

This commit is contained in:
2022-03-17 12:28:00 +01:00
parent 387b7c2fbd
commit 97731b0a9b
6 changed files with 222 additions and 64 deletions

View File

@@ -41,6 +41,11 @@ services:
autowire: true
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\ReassignAccompanyingPeriodController:
autoconfigure: true
autowire: true
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\PersonApiController:
arguments:
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'