Skip to content

Commit 2cf7265

Browse files
authored
Update UserRepository.php
1 parent e14ca58 commit 2cf7265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Repository/UserRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class UserRepository
3434
{
35-
const DISPLAY_NAME_FIELD = 0b001;
35+
const DISPLAY_NAME_FIELD = 0b0001;
3636
const EMAIL_FIELD = 0b0010;
3737
const PASSWORD_FIELD = 0b0100;
3838
const QUOTA_FIELD = 0b1000;

0 commit comments

Comments
 (0)