Skip to content

Commit 24cd656

Browse files
committed
override method which still uses search
1 parent ba180c3 commit 24cd656

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/User/UserService.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,13 @@ public function getUser($id)
5252
return null;
5353
}
5454
}
55+
56+
/**
57+
* @param $username
58+
* @return User|null
59+
*/
60+
public function getUserByUsername($username)
61+
{
62+
return null;
63+
}
5564
}

0 commit comments

Comments
 (0)