From e925c6bed9d22c1ba3fd68cc4a5b812fd88e2b90 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 18:09:20 +0900 Subject: [PATCH] import moons --- app/Console/Commands/Files/ImportAllianceMoons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index d913e55fd..6d380cc8b 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -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]); } }