Skip to content

Commit 4a02d76

Browse files
committed
feature #28 Switch app.yaml to use autoconfigure (fabpot)
This PR was merged into the master branch. Discussion ---------- Switch app.yaml to use autoconfigure Commits ------- c5f400b switched app.yaml to use autoconfigure
2 parents 0662535 + c5f400b commit 4a02d76

File tree

1 file changed

+1
-17
lines changed
  • symfony/framework-bundle/3.3/etc/packages

1 file changed

+1
-17
lines changed

symfony/framework-bundle/3.3/etc/packages/app.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
11
services:
22
_defaults:
33
autowire: true
4+
autoconfigure: true
45
public: false
56

6-
_instanceof:
7-
Symfony\Component\Console\Command\Command:
8-
tags: ['console.command']
9-
public: true
10-
11-
Twig_ExtensionInterface:
12-
tags: ['twig.extension']
13-
14-
Symfony\Component\EventDispatcher\EventSubscriberInterface:
15-
tags: ['kernel.event_subscriber']
16-
17-
Symfony\Component\Form\FormTypeInterface:
18-
tags: ['form.type']
19-
20-
Symfony\Component\Security\Core\Authorization\VoterInterface:
21-
tags: ['security.voter']
22-
237
App\:
248
resource: '../../src/{Command,Form,EventSubscriber,Twig,Voter}'
259

0 commit comments

Comments
 (0)