From 10caf22a384ea1a0f14e4e3c93768a07f4f0e06b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 11 Mar 2026 19:41:38 -0500 Subject: [PATCH] testing --- app/Http/Controllers/Dashboard/DashboardController.php | 1 + 1 file changed, 1 insertion(+) 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, ]);