This commit is contained in:
2021-02-13 03:35:49 +09:00
parent d5eb1a1bb9
commit 2a5870ce9b

View File

@@ -118,12 +118,6 @@ class Esi {
$scopes .= "%20"; $scopes .= "%20";
} }
} }
dd($scopes);
//Create string separated by %20 = space from the array of scopes
$scopes = implode(" ", $scopesArr);
$scopes = str_replace(" ", "%20", $scopes);
//Setup the new guzzle client //Setup the new guzzle client
$client = new Client(); $client = new Client();