This commit is contained in:
2020-04-02 00:43:10 -05:00
parent 6644982444
commit 1c6b596ba8
2 changed files with 1 additions and 1832 deletions

View File

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

File diff suppressed because it is too large Load Diff