moons controller

This commit is contained in:
2020-02-23 20:36:39 -06:00
parent 154d97c441
commit 013fa36513

View File

@@ -42,7 +42,7 @@ class MoonsController extends Controller
foreach($systems as $system) { foreach($systems as $system) {
foreach($moonsTemp as $moon) { foreach($moonsTemp as $moon) {
if($moonsTemp->System == $system) { if($moon->System == $system) {
array_push($moons[$system], [ array_push($moons[$system], [
'Region' => $moon->Region, 'Region' => $moon->Region,
'System' => $moon->System, 'System' => $moon->System,