dashboard

This commit is contained in:
2019-10-12 22:48:02 -05:00
parent 17ac4d3e27
commit bca7d606c4

View File

@@ -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 {