diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index 989ce053e..59910ad95 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -104,6 +104,9 @@ class Fleet { 'secret' => env('ESI_SECRET_KEY'), 'refresh_token' => $token[0]->refresh_token, ]); + + dd($token[0]->refresh_token); + //Crate the ESI Class $esi = new Eseye($authentication); try {