add serializer to activityController

This commit is contained in:
2021-05-27 16:13:22 +02:00
parent 968e6914b2
commit b89cffce68
5 changed files with 37 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ services:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$logger: '@chill.main.logger'
$serializer: '@Symfony\Component\Serializer\SerializerInterface'
tags: ['controller.service_arguments']