Skip to content

Commit 5f37c5d

Browse files
committed
Remove invalid field mapping
1 parent 06f5399 commit 5f37c5d

File tree

1 file changed

+1
-2
lines changed
  • tests/fixtures/MakeEntityXmlMappingError/config/doctrine

1 file changed

+1
-2
lines changed

tests/fixtures/MakeEntityXmlMappingError/config/doctrine/User.orm.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
<id name="id" type="integer">
88
<generator strategy="AUTO" />
99
</id>
10-
<one-to-many field="avatars" target-entity="UserAvatar" mapped-by="user" />
1110
</entity>
12-
</doctrine-mapping>
11+
</doctrine-mapping>

0 commit comments

Comments
 (0)