Skip to content

Commit

Permalink
Fix validators not working
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel8702 committed Apr 16, 2021
1 parent bb5aca6 commit a00e69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/services/form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<service id="bitbag_sylius_catalog_plugin.form.type.catalog" class="BitBag\SyliusCatalogPlugin\Form\Type\CatalogType">
<argument>%bitbag_sylius_catalog_plugin.model.catalog.class%</argument>
<argument>%%</argument>
<argument>%bitbag_sylius_catalog_plugin.form.type.catalog.validation_groups%</argument>
<tag name="form.type" />
</service>
Expand Down

0 comments on commit a00e69f

Please sign in to comment.