files
This commit is contained in:
@@ -41,9 +41,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');
|
||||||
$stuff = explode('\n', $lines);
|
$lines = explode('\n', $lines);
|
||||||
|
dd($lines);
|
||||||
dd($stuff);
|
|
||||||
|
|
||||||
//Create the output file handler
|
//Create the output file handler
|
||||||
Storage::put('public/moon_sql.txt', $formatted);
|
Storage::put('public/moon_sql.txt', $formatted);
|
||||||
|
|||||||
Reference in New Issue
Block a user