Skip to content

Commit

Permalink
[TwigBundle] FormExtension does not have a constructor anymore since …
Browse files Browse the repository at this point in the history
…sf 4.0
  • Loading branch information
Tobion committed May 10, 2020
1 parent 333f718 commit 35e391a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Symfony/Bundle/TwigBundle/Resources/config/form.xml
Expand Up @@ -6,12 +6,7 @@
<services>
<defaults public="false" />

<service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension">
<argument type="collection">
<argument type="service" id="service_container" />
<argument>twig.form.renderer</argument>
</argument>
</service>
<service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension" />

<service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
<argument>%twig.form.resources%</argument>
Expand Down

0 comments on commit 35e391a

Please sign in to comment.