Loading src/Repositories/UserRepository.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class UserRepository implements UserRepositoryInterface { return $user; } throw OAuthServerException::invalidCredentials(); return NULL; } } Loading
src/Repositories/UserRepository.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class UserRepository implements UserRepositoryInterface { return $user; } throw OAuthServerException::invalidCredentials(); return NULL; } }