File tree 2 files changed +5
-5
lines changed
Resources/config/doctrine/model 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<doctrine-mapping >
3
3
<mapped-superclass name =" FOS\UserBundle\Model\Group" indexed =" true" >
4
4
5
- <field name =" name" fieldName =" name" type =" string" indexed =" true" />
5
+ <field name =" name" fieldName =" name" type =" string" index =" true" />
6
6
<field name =" roles" fieldName =" roles" type =" mixed" />
7
7
8
8
</mapped-superclass >
Original file line number Diff line number Diff line change 3
3
4
4
<mapped-superclass name =" FOS\UserBundle\Model\User" indexed =" true" >
5
5
6
- <field name =" username" fieldName =" username" type =" string" indexed =" true" />
7
- <field name =" usernameCanonical" fieldName =" usernameCanonical" type =" string" indexed =" true" />
8
- <field name =" email" fieldName =" email" type =" string" indexed =" true" />
9
- <field name =" emailCanonical" fieldName =" emailCanonical" type =" string" indexed =" true" />
6
+ <field name =" username" fieldName =" username" type =" string" index =" true" />
7
+ <field name =" usernameCanonical" fieldName =" usernameCanonical" type =" string" index =" true" />
8
+ <field name =" email" fieldName =" email" type =" string" index =" true" />
9
+ <field name =" emailCanonical" fieldName =" emailCanonical" type =" string" index =" true" />
10
10
<field name =" enabled" fieldName =" enabled" type =" mixed" />
11
11
<field name =" salt" fieldName =" salt" type =" string" />
12
12
<field name =" password" fieldName =" password" type =" string" />
You can’t perform that action at this time.
0 commit comments