Skip to content

Commit

Permalink
use json type instead of removed array type
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 18, 2024
1 parent 2c5898c commit 281b927
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<mapped-superclass name="Symfony\Component\Routing\Route">
<field name="host" type="string"/>
<field name="schemes" type="array"/>
<field name="methods" type="array"/>
<field name="defaults" type="array"/>
<field name="requirements" type="array"/>
<field name="options" type="array"/>
<field name="schemes" type="json"/>
<field name="methods" type="json"/>
<field name="defaults" type="json"/>
<field name="requirements" type="json"/>
<field name="options" type="json"/>
<field name="condition" column="`condition`" type="string"/>
</mapped-superclass>

Expand Down

0 comments on commit 281b927

Please sign in to comment.