diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index b32fa6b87..77de72ecb 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); + dd(env('ESI_CLIENT_ID')); //Crate the ESI Class $esi = new Eseye($authentication);