diff --git a/symfony/framework-bundle/3.3/etc/packages/app.yaml b/symfony/framework-bundle/3.3/etc/packages/app.yaml index e62d821b..76ec5bf3 100644 --- a/symfony/framework-bundle/3.3/etc/packages/app.yaml +++ b/symfony/framework-bundle/3.3/etc/packages/app.yaml @@ -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}'