This commit is contained in:
2020-04-02 00:24:34 -05:00
parent aabf0ae6c1
commit f0a581eadb

View File

@@ -39,7 +39,7 @@ class MoonFormatter extends Command
public function handle()
{
//Create the file handler
$lines = Storage::get('storage/app/public/moon_data.txt');
$lines = Storage::get('public/moon_data.txt');
//$lines = file('moon_data.txt');
//Create the output file handler
//$output = file('/moon_output.txt');