diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 08e5e6a..cdd889f 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -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),