From 4527ed35a38a0afc4ef366ec2eaf601e965d19cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 28 Jul 2020 13:36:27 +0200 Subject: [PATCH] mark all services as private --- Resources/config/services/controller.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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