This commit is contained in:
2020-04-02 01:04:45 -05:00
parent f262e02beb
commit 24a4bbecff

View File

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