Merge branch 'bootstrap-serializer' into 'master'

Bootstrap serializer

See merge request Chill-Projet/chill-bundles!17
This commit is contained in:
2021-04-28 08:32:02 +00:00
19 changed files with 896 additions and 184 deletions

View File

@@ -41,4 +41,8 @@ services:
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\AccompanyingCourseController:
arguments:
$serializer: '@Symfony\Component\Serializer\SerializerInterface'
$dispatcher: '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
tags: ['controller.service_arguments']