novelties
This commit is contained in:
@@ -44,7 +44,7 @@ class DashboardController extends Controller
|
||||
$startStation = $lookupHelper->GetStationDetails($con->start_location_id);
|
||||
$endStation = $lookupHelper->GetStationDetails($con->end_location_id);
|
||||
|
||||
dd($endStation->system_id);
|
||||
dd($endStation);
|
||||
|
||||
if(isset($startStation->system_id)) {
|
||||
$startSystem = $lookupHelper->GetSolarSystemName($startStation->system_id);
|
||||
|
||||
Reference in New Issue
Block a user