import moons

This commit is contained in:
2021-05-30 18:09:41 +09:00
parent e925c6bed9
commit 7c2952899b

View File

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