From 427fc40edbf07ff7691394442459b71a071dbb11 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 16:41:03 +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 0362355e3..3e2468457 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -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);