This commit is contained in:
2021-02-13 03:28:30 +09:00
parent 7a63f1370f
commit 4f5c0e9c81

View File

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