From a7d5352b5cd70dd0e7b3e11ec4fd7c187db67bde Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 01:26:47 -0600 Subject: [PATCH] 401 errors --- app/Library/Fleet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index a92bb09cd..0ccac382e 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -104,7 +104,7 @@ class Fleet { 'secret' => 'TdnNGRM8RTNSifZdaIc9yHTTkYPgYEEXHRIbT6oY', 'refresh_token' => $token[0]->refresh_token, ]); - $esi = new \Seat\Eseye\Esesye($authentication); + $esi = new \Seat\Eseye\Eseye($authentication); try { //Setup the body of the esi message and perform the call