This commit is contained in:
2020-04-02 01:04:05 -05:00
parent 44c1225b21
commit f262e02beb

View File

@@ -41,9 +41,8 @@ class MoonFormatter extends Command
{
//Create the file handler
$lines = Storage::get('public/moon_data.txt');
$stuff = explode('\n', $lines);
dd($stuff);
$lines = explode('\n', $lines);
dd($lines);
//Create the output file handler
Storage::put('public/moon_sql.txt', $formatted);