diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index b828055..563ca53 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -58,7 +58,7 @@ class DashboardController extends Controller //Compile the final array $final = [ - 'pickup' => $startStation->system_id, + 'pickup' => $startSystem, 'destination' => $endStation->system_id, 'type' => $con->type, 'volume' => $con->volume,