mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
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
This commit is contained in:
@@ -1,25 +1,9 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
_instanceof:
|
||||
Symfony\Component\Console\Command\Command:
|
||||
tags: ['console.command']
|
||||
public: true
|
||||
|
||||
Twig_ExtensionInterface:
|
||||
tags: ['twig.extension']
|
||||
|
||||
Symfony\Component\EventDispatcher\EventSubscriberInterface:
|
||||
tags: ['kernel.event_subscriber']
|
||||
|
||||
Symfony\Component\Form\FormTypeInterface:
|
||||
tags: ['form.type']
|
||||
|
||||
Symfony\Component\Security\Core\Authorization\VoterInterface:
|
||||
tags: ['security.voter']
|
||||
|
||||
App\:
|
||||
resource: '../../src/{Command,Form,EventSubscriber,Twig,Voter}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user