This commit is contained in:
2020-04-02 00:50:07 -05:00
parent 69b3941776
commit 44c1225b21

View File

@@ -41,9 +41,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);
$stuff = explode('\n', $lines);
dd($stuff);