File tree 1 file changed +1
-1
lines changed
src/Resources/config/doctrine
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <doctrine-mapping xmlns =" https ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
2
+ <doctrine-mapping xmlns =" http ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www. doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<mapped-superclass name =" Sonata\UserBundle\Entity\BaseUser" >
4
4
<field name =" username" column =" username" type =" string" length =" 180" />
5
5
<field name =" usernameCanonical" column =" username_canonical" type =" string" length =" 180" unique =" true" />
You can’t perform that action at this time.
0 commit comments