Skip to content

Commit d7b590f

Browse files
committed
username is a boolean field
1 parent 415ccf1 commit d7b590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/doctrine/SecurityIdentity.orm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Curiosity26\AclHelperBundle\Entity\SecurityIdentity:
1111
type: string
1212
length: 200
1313
username:
14-
type: integer
14+
type: boolean

0 commit comments

Comments
 (0)