files
This commit is contained in:
@@ -40,9 +40,8 @@ class MoonFormatter extends Command
|
|||||||
{
|
{
|
||||||
//Create the file handler
|
//Create the file handler
|
||||||
$lines = Storage::get('public/moon_data.txt');
|
$lines = Storage::get('public/moon_data.txt');
|
||||||
//$lines = file('moon_data.txt');
|
|
||||||
//Create the output file handler
|
//Create the output file handler
|
||||||
//$output = file('/moon_output.txt');
|
Storage::putFile('data.txt', new File('public'));
|
||||||
dd($lines);
|
dd($lines);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user