From ce5bd5093952951f2ff1301d87dfd100c753d958 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 17:58:03 +0900 Subject: [PATCH] import moons --- app/Console/Commands/Files/ImportAllianceMoons.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index f473373db..c58ad672a 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -72,6 +72,10 @@ class ImportAllianceMoons extends Command $moons->push($separated); } - dd($moons); + foreach($moons as $moon) { + + } + + dd(); } }