From be71e7c1f9d16b51d3302952f6399cf3d8014a3d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 11 Mar 2026 23:01:24 -0500 Subject: [PATCH] update --- app/Http/Controllers/Dashboard/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index ad749fa..6ace7e7 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -36,7 +36,7 @@ class DashboardController extends Controller $esi = new Eseye(); //dd($esi); - $characterInfo = $esi->invoke('get', '/characters/{character_id/', [ + $characterInfo = $esi->invoke('get', '/characters/{character_id}/', [ 'character_id' => 92471016, ]); dd($characterInfo);