fix sf4 error with controller service dependencyInjection

This commit is contained in:
2020-07-27 12:29:23 +02:00
parent ad8c1bbe9f
commit efee2dc2a9
3 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,10 @@
services:
Chill\EventBundle\Controller\EventController:
arguments:
$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']
public: true