moon rentals again
This commit is contained in:
@@ -63,7 +63,7 @@ class ImportAllianceMoons extends Command
|
|||||||
///universe/moons/{moon_id}/
|
///universe/moons/{moon_id}/
|
||||||
|
|
||||||
//Create the file handler
|
//Create the file handler
|
||||||
$data = Storage::get('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/", $data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user