novelties

This commit is contained in:
2019-10-20 18:37:46 -05:00
parent 3ae659714f
commit 6fbb67be81

View File

@@ -43,8 +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);
dd($endStation->system_id);
if(isset($startStation->system_id)) {
$startSystem = $lookupHelper->GetSolarSystemName($startStation->system_id);