401 errors

This commit is contained in:
2018-11-14 00:45:46 -06:00
parent 938846c941
commit c8de2cf792

View File

@@ -105,9 +105,10 @@ class Fleet {
'refresh_token' => $token[0]->refresh_token,
]);
//Crate the ESI Class
$esi = new Eseye($authentication);
dd($esi);
try {
//Setup the body of the esi message and perform the call
$esi->setBody(['character_id' => $charId,