This commit is contained in:
2021-02-13 03:34:47 +09:00
parent 2212d34dd1
commit 9688e80a6b

View File

@@ -103,6 +103,8 @@ class Esi {
//If the access token has expired, we need to do a request for a new access token
if($currentTime > $token_expiration) {
$scopes = null;
//Get the scopes to pass to the guzzle client
$scopesArr = EsiScope::where([
'character_id' => $token->character_id,