This commit is contained in:
2020-04-02 00:48:08 -05:00
parent ba4b303554
commit 69b3941776

View File

@@ -42,6 +42,7 @@ class MoonFormatter extends Command
//Create the file handler
$lines = Storage::get('public/moon_data.txt');
$lines = str_replace('"', null, $lines);
$lines = str_replace('\n', null, $lines);
$stuff = explode(']', $lines);
dd($stuff);