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,