add a first step to pick center in new event form

This commit is contained in:
2019-01-28 17:51:51 +01:00
parent 6d2ea8caab
commit fda14a52e0
5 changed files with 105 additions and 6 deletions

View File

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