This commit is contained in:
2020-04-02 00:45:04 -05:00
parent 1c6b596ba8
commit 57d229148d

View File

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