This commit is contained in:
2020-04-02 00:41:01 -05:00
parent a521fe613c
commit 6644982444

View File

@@ -44,7 +44,7 @@ class MoonFormatter extends Command
$lines = str_replace('"', '', $lines);
//$stuff = explode('\n', $lines);
dd($stuff);
dd($lines);
//Create the output file handler
Storage::put('public/moon_sql.txt', $formatted);