File tree 6 files changed +46
-0
lines changed
Resources/config/doctrine 6 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mapping >
3
+ <mapped-superclass name =" FOS\UserBundle\CouchDocument\Group" indexed =" true" />
4
+ </doctrine-mapping >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mongo-mapping xmlns =" http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping
5
+ http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd" >
6
+
7
+ <mapped-superclass name =" FOS\UserBundle\Document\Group" collection =" fos_user_group" />
8
+
9
+ </doctrine-mongo-mapping >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
5
+ http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
6
+
7
+ <mapped-superclass name =" FOS\UserBundle\Entity\Group" />
8
+
9
+ </doctrine-mapping >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mapping >
3
+
4
+ <mapped-superclass name =" FOS\UserBundle\CouchDocument\User" indexed =" true" />
5
+
6
+ </doctrine-mapping >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mongo-mapping xmlns =" http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping
5
+ http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd" >
6
+
7
+ <mapped-superclass name =" FOS\UserBundle\Document\User" collection =" fos_user_user" />
8
+
9
+ </doctrine-mongo-mapping >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
5
+ http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
6
+
7
+ <mapped-superclass name =" FOS\UserBundle\Entity\User" />
8
+
9
+ </doctrine-mapping >
You can’t perform that action at this time.
0 commit comments