From 7b7ae48e63c739867bc9b76a3ed00c1b98f15231 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 00:35:48 -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 616c2b5e7..6a44952b2 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -109,7 +109,7 @@ class Fleet { //Crate the ESI Class $esi = new Eseye($authentication); - dd($config); + dd(config()); try { //Setup the body of the esi message and perform the call $esi->setBody(['character_id' => $charId,