import moons

This commit is contained in:
2021-05-30 18:10:42 +09:00
parent 7c2952899b
commit 5acb0aa92c

View File

@@ -94,11 +94,9 @@ class ImportAllianceMoons extends Command
$systemname = null;
if($moon[0] != null) {
//Do nothing
var_dump($moon[0]);
} else {
for($i = 0; $i < sizeof($moon[0]); $i++) {
var_dump($moon[0]);
}
}
}