Skip to content

Commit b9f72f5

Browse files
committed
Changed XSD schema location to use vendor
1 parent 207622f commit b9f72f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapping/Authentication.Entity.User.dcm.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<doctrine-mapping
33
xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
5+
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping ../vendor/doctrine/orm/doctrine-mapping.xsd"
66
>
77
<entity name="Authentication\Entity\User" table="users">
88
</entity>

0 commit comments

Comments
 (0)