moon rentals again

This commit is contained in:
2021-05-30 16:47:25 +09:00
parent f3dc18b8ac
commit 41b78a0599

View File

@@ -65,7 +65,7 @@ class ImportAllianceMoons extends Command
//Create the file handler //Create the file handler
$data = Storage::get('public/alliance_moons.txt'); $data = Storage::get('public/alliance_moons.txt');
//Split the string into separate arrays based on the line //Split the string into separate arrays based on the line
$data = preg_split("/\n/", $data); $data = preg_split("/\n\t/", $data);
var_dump($data); var_dump($data);
dd(); dd();