guzzle
This commit is contained in:
@@ -108,6 +108,8 @@ class Esi {
|
||||
'character_id' => $token->character_id,
|
||||
])->get(['scope'])->toArray();
|
||||
|
||||
dd($scopesArr);
|
||||
|
||||
//Create string separated by %20 = space from the array of scopes
|
||||
$scopes = implode(" ", $scopesArr);
|
||||
$scopes = str_replace(" ", "%20", $scopes);
|
||||
|
||||
Reference in New Issue
Block a user