socialite

This commit is contained in:
2021-02-12 16:09:06 +09:00
parent 492a049797
commit 3d301f58c2

View File

@@ -49,7 +49,7 @@ class EveOnlineOAuthProvider extends AbstractProvider {
* @param string $token * @param string $token
* @return array * @return array
*/ */
protected function getUserByToken2($token) { protected function getUserByToken($token) {
return $this->validateJwtToken($token); return $this->validateJwtToken($token);
} }