diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index bf0b2ab..3b2143e 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -35,6 +35,7 @@ class DashboardController extends Controller $esiToken = new EsiToken; $esi = new Eseye(); + dd($esi); $characterInfo = $esi->invoke('get', '/characters/{character_id/', [ 'character_id' => auth()->user()->character_id, ]);