Skip to content

Commit

Permalink
Remove Default Value for Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
On5-Repos committed Jul 19, 2024
1 parent a10639e commit 274758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/doctrine/AbstractFormSpecification.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<field name="formOptions" column="form_options" type="array"/>

<field name="active" column="active" type="boolean"/>
<field name="active" column="active" type="boolean"/>gi

<field name="groups" column="groups" type="array"/>

Expand Down

0 comments on commit 274758c

Please sign in to comment.