From c8de2cf7920fe5cbe1b655b93a60a6077773b92e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 00:45:46 -0600 Subject: [PATCH] 401 errors --- app/Library/Fleet.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index 33071cc7a..70635a168 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -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,