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);