From 7c2952899b0e7ed5e0b50f7433dfd1f5e3556d33 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 18:09:41 +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 6d380cc8b..d466697c2 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]); } }