From 3ae659714fa3f95ac724a8826604cbf96ba572c7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 20 Oct 2019 18:36:43 -0500 Subject: [PATCH] novelties --- app/Http/Controllers/Dashboard/DashboardController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 563ca53..c4add83 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -43,6 +43,8 @@ class DashboardController extends Controller //Find start and end station. Need to work on how to tell citadels later. $startStation = $lookupHelper->GetStationDetails($con->start_location_id); $endStation = $lookupHelper->GetStationDetails($con->end_location_id); + var_dump($startStation); + dd($endStation); if(isset($startStation->system_id)) { $startSystem = $lookupHelper->GetSolarSystemName($startStation->system_id);