guzzle
This commit is contained in:
@@ -106,7 +106,7 @@ class Esi {
|
||||
//Get the scopes to pass to the guzzle client
|
||||
$scopesArr = EsiScope::where([
|
||||
'character_id' => $token->character_id,
|
||||
])->get(['scope'])->toArray();
|
||||
])->get(['scope']);
|
||||
|
||||
dd($scopesArr);
|
||||
//Create string separated by %20 = space from the array of scopes
|
||||
|
||||
Reference in New Issue
Block a user