Skip to content

Commit

Permalink
Merge pull request #1472 from nelmio/GuilhemN-patch-1
Browse files Browse the repository at this point in the history
Do not autowire the form extension
  • Loading branch information
GuilhemN authored Feb 18, 2019
2 parents 3b0b516 + 2cd7522 commit 279d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<!-- Form Type Extensions -->

<service id="Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension">
<service id="nelmio_api_doc.form.documentation_extension" class="Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension">
<tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
</service>
</services>
Expand Down

0 comments on commit 279d20b

Please sign in to comment.