seeder and stations

This commit is contained in:
2019-10-20 18:35:45 -05:00
parent fb4e3e3462
commit 580656ca8b

View File

@@ -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,