moon rentals again

This commit is contained in:
2021-05-30 16:41:03 +09:00
parent 90218eafe0
commit 427fc40edb

View File

@@ -63,7 +63,7 @@ class ImportAllianceMoons extends Command
///universe/moons/{moon_id}/
//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
$data = preg_split("/\n/", $data);