From 580656ca8b3c28759be2700a27bd855b9e3b2428 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 20 Oct 2019 18:35:45 -0500 Subject: [PATCH] seeder and stations --- app/Http/Controllers/Dashboard/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,