This commit is contained in:
2020-04-02 00:34:16 -05:00
parent 2b2d8f98cd
commit 9c3b4ccaf6

View File

@@ -42,7 +42,7 @@ class MoonFormatter extends Command
//Create the file handler
$lines = Storage::get('public/moon_data.txt');
//Create the output file handler
Storage::putFileAs('text', new File('/public'), 'data.txt');
Storage::putFileAs('text', new File('/storage/app/public'), 'data.txt');
dd($lines);
}
}