diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index efca9b4e1..b32fa6b87 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -105,7 +105,7 @@ class Fleet { 'refresh_token' => $token[0]->refresh_token, ]); - + dd($authentication); //Crate the ESI Class $esi = new Eseye($authentication);