mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Improve tests coverage
This commit is contained in:
@@ -20,7 +20,7 @@ class IdentityFactory {
|
||||
return JwtIdentity::findIdentityByAccessToken($token, $type);
|
||||
}
|
||||
|
||||
return Oauth2Identity::findIdentityByAccessToken($token, $type);
|
||||
return OAuth2Identity::findIdentityByAccessToken($token, $type);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user