Skip to content

Commit 0c5b5ab

Browse files
committed
Fixed tests
1 parent 4f47128 commit 0c5b5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/doctrine-model/Route.orm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xsi:schemaLocation="https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd">
44

55
<mapped-superclass name="Symfony\Cmf\Bundle\RoutingBundle\Model\Route">
6-
<field name="variablePattern" type="string"/>
6+
<field name="variablePattern" type="string" nullable="true"/>
77
<field name="addFormatPattern" type="boolean"/>
8-
<field name="staticPrefix" type="string"/>
8+
<field name="staticPrefix" type="string" nullable="true"/>
99

1010
<indexes>
1111
<index name="name_idx" columns="name"/>

0 commit comments

Comments
 (0)