Skip to content

Commit

Permalink
Keep form extension compatible with Symfony 3.4 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn authored Jul 24, 2020
1 parent 98269ad commit 0129052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services/form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="Setono\SyliusRedirectPlugin\Form\Extension\ProductTranslationTypeExtension">
<argument type="service" id="setono_sylius_redirect.slug_update_handler.product_translation"/>

<tag name="form.type_extension"/>
<tag name="form.type_extension" extended-type="Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType"/>
</service>

<service id="setono_sylius_redirect.form.extension.taxon_translation"
Expand Down

0 comments on commit 0129052

Please sign in to comment.