Do not autowire the form extension

This commit is contained in:
Guilhem N 2019-02-18 08:38:56 +01:00 committed by GitHub
parent 3b0b5162ea
commit 1db38a25b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
<!-- Form Type Extensions --> <!-- Form Type Extensions -->
<service id="Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension"> <service id="nelmio_api_doc.form.documentation_extension">
<tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/> <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
</service> </service>
</services> </services>