diff --git a/app/Library/Esi/Esi.php b/app/Library/Esi/Esi.php index 1a78f29a5..2d1aac849 100644 --- a/app/Library/Esi/Esi.php +++ b/app/Library/Esi/Esi.php @@ -104,7 +104,7 @@ class Esi { //If the access token has expired, we need to do a request for a new access token if($currentTime > $token_expiration) { //Setup the new guzzle client - $guzzle = new GuzzleHttp\Client(); + $guzzle = new Client(); $response = $client->request('POST', 'https://login.eveonline.com/v2/oauth/token', [ 'Content-Type' => 'application/x-www-form-urlencoded', 'Host' => 'login.eveonline.com',