moon rentals again
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user