storage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user