Skip to content

Commit

Permalink
[Channel] Add sylius validation group parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Mar 17, 2023
1 parent 0cdf3cf commit af8844e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Sylius/Bundle/ChannelBundle/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="sylius.channel.validation_groups" type="collection">
<parameter>sylius</parameter>
</parameter>

<parameter key="sylius.form.type.channel.validation_groups" type="collection">
<parameter>sylius</parameter>
</parameter>
Expand Down

0 comments on commit af8844e

Please sign in to comment.