This commit is contained in:
2020-04-02 00:40:29 -05:00
parent e83163ff7c
commit a521fe613c

View File

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