From 41b78a0599d303bea0254a30f8ebc3c778e3e34e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 16:47:25 +0900 Subject: [PATCH] moon rentals again --- 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 3e2468457..812d56027 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -65,7 +65,7 @@ class ImportAllianceMoons extends Command //Create the file handler $data = Storage::get('public/alliance_moons.txt'); //Split the string into separate arrays based on the line - $data = preg_split("/\n/", $data); + $data = preg_split("/\n\t/", $data); var_dump($data); dd();