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