This commit is contained in:
2021-02-13 03:28:59 +09:00
parent 4f5c0e9c81
commit 81978d524f

View File

@@ -106,7 +106,7 @@ class Esi {
//Get the scopes to pass to the guzzle client //Get the scopes to pass to the guzzle client
$scopesArr = EsiScope::where([ $scopesArr = EsiScope::where([
'character_id' => $token->character_id, 'character_id' => $token->character_id,
])->get(['scope'])->toArray(); ])->get(['scope']);
dd($scopesArr); dd($scopesArr);
//Create string separated by %20 = space from the array of scopes //Create string separated by %20 = space from the array of scopes