diff --git a/Resources/config/services/controller.yml b/Resources/config/services/controller.yml index ed2c55410..bf87727e8 100644 --- a/Resources/config/services/controller.yml +++ b/Resources/config/services/controller.yml @@ -4,8 +4,6 @@ services: tags: ['controller.service_arguments'] Chill\DocStoreBundle\Controller\DocumentPersonController: - autowire: true - public: true # TODO sf4, check if service could be public arguments: $eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface' - $authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper' + $authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper' \ No newline at end of file