spmn for moon updates

This commit is contained in:
2019-06-04 21:01:46 -05:00
parent 35357b8dc7
commit 15db4490ce

View File

@@ -188,6 +188,7 @@ class MoonsAdminController extends Controller
$temp = $m->System . " - " . $m->Planet . " - " . $m->Moon . " - " . $m->StructureName; $temp = $m->System . " - " . $m->Planet . " - " . $m->Moon . " - " . $m->StructureName;
$tempArr[$temp] = $temp; $tempArr[$temp] = $temp;
array_push($spmn, $tempArr); array_push($spmn, $tempArr);
$tempArr = null;
} }
//Return the view and the form from the blade display //Return the view and the form from the blade display