Skip to content

Commit

Permalink
Fixed fetch mapping in xsd
Browse files Browse the repository at this point in the history
It was 'EXTRALAZY' and the constant name in ClassMetadata is 'EXTRA_LAZY'
  • Loading branch information
attilabukor committed Mar 16, 2012
1 parent 6f3ef14 commit 7f3e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<xs:restriction base="xs:token">
<xs:enumeration value="EAGER"/>
<xs:enumeration value="LAZY"/>
<xs:enumeration value="EXTRALAZY"/>
<xs:enumeration value="EXTRA_LAZY"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 7f3e90e

Please sign in to comment.