test data
This commit is contained in:
@@ -119,6 +119,7 @@ class Esi {
|
|||||||
]);
|
]);
|
||||||
//Decode the body of the response which has the token information
|
//Decode the body of the response which has the token information
|
||||||
$body = json_decode($response->getBody(), true);
|
$body = json_decode($response->getBody(), true);
|
||||||
|
dd($body);
|
||||||
//Update the old token, then send the new token back to the calling function
|
//Update the old token, then send the new token back to the calling function
|
||||||
EsiToken::where([
|
EsiToken::where([
|
||||||
'character_id' => $charId,
|
'character_id' => $charId,
|
||||||
|
|||||||
Reference in New Issue
Block a user