moon data

This commit is contained in:
2020-04-02 00:08:27 -05:00
parent 98a6574596
commit 4ba7812b9b

View File

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