import moons

This commit is contained in:
2021-05-30 18:09:20 +09:00
parent a715a7c022
commit e925c6bed9

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]);
}
}