Controllers are already public

This commit is contained in:
Nicolas Grekas
2017-09-11 17:36:16 +02:00
parent 47139d676b
commit a5b3b7450d
@@ -21,9 +21,8 @@ services:
# but if a service is unused, it's removed anyway
exclude: '../src/{Entity,Repository,Tests}'
# controllers are imported separately to make sure they're public
# and have a tag that allows actions to type-hint services
# controllers are imported separately to make sure they
# have the tag that allows actions to type-hint services
App\Controller\:
resource: '../src/Controller'
public: true
tags: ['controller.service_arguments']