From bca7d606c40e3d458e20145eb78a7c70512c66f9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 12 Oct 2019 22:48:02 -0500 Subject: [PATCH] dashboard --- app/Http/Controllers/Dashboard/DashboardController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 348d8c3..521f06c 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -31,11 +31,10 @@ class DashboardController extends Controller foreach($tempContracts as $con) { if($con->status != 'finished') { + //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); - dd($con->end_location_id); - if(isset($startStation->system_id)) { $startSystem = $lookupHelper->GetSolarSystemName($startStation->system_id); } else {