We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341cea2 commit 1682f19Copy full SHA for 1682f19
config/services.yaml
@@ -30,12 +30,6 @@ services:
30
# but if a service is unused, it's removed anyway
31
exclude: '../src/{DataFixtures,Entity,Migrations,Tests}'
32
33
- # controllers are imported separately to make sure they're public
34
- # and have a tag that allows actions to type-hint services
35
- App\Controller\:
36
- resource: '../src/Controller'
37
- tags: ['controller.service_arguments']
38
-
39
# when the service definition only contains arguments, you can omit the
40
# 'arguments' key and define the arguments just below the service class
41
App\EventSubscriber\CommentNotificationSubscriber:
0 commit comments