This commit is contained in:
2020-04-02 00:33:20 -05:00
parent 822469803d
commit 2b2d8f98cd

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::putFile('text', new File('public'), 'data.txt');
Storage::putFileAs('text', new File('/public'), 'data.txt');
dd($lines);
}
}