This commit is contained in:
2020-04-02 00:01:55 -05:00
parent 77ed3d8f83
commit 61e051800b

View File

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