moon data

This commit is contained in:
2020-04-02 00:05:29 -05:00
parent 61e051800b
commit 98a6574596

View File

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