contract dashboard

This commit is contained in:
2019-10-20 18:21:27 -05:00
parent b9544014d5
commit 3f6ffacc33

View File

@@ -53,8 +53,8 @@ class DashboardController extends Controller
//Compile the final array
$final = [
'pickup' => $startStation,
'destination' => $endStation,
'pickup' => $startStation->system_id,
'destination' => $endStation->system_id,
'type' => $con->type,
'volume' => $con->volume,
'expired' => $esiHelper->DecodeDate($con->date_expired),