Improve Event export: add fields + translator

This commit is contained in:
2019-10-21 15:50:23 +02:00
parent 8275715b56
commit d2d85a3527
2 changed files with 25 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ services:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$formFactoryInterface: '@Symfony\Component\Form\FormFactoryInterface'
$translator: '@Symfony\Component\Translation\TranslatorInterface'
tags: ['controller.service_arguments']