moon formatter command

This commit is contained in:
2020-04-02 01:40:53 -05:00
parent 0ff2ddbbea
commit b4e20bdc8d

View File

@@ -77,8 +77,5 @@ class MoonFormatter extends Command
var_dump($lines);
dd();
//Create the output file handler
Storage::put('public/moon_sql.txt', $formatted);
}
}