This commit is contained in:
2020-04-02 00:30:12 -05:00
parent 4b169395fb
commit 822469803d

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