This commit is contained in:
2020-04-02 01:13:09 -05:00
parent 24a4bbecff
commit 12c4640c53
2 changed files with 7165 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ 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 = explode('\n', $lines); $lines = preg_split("/\n/", $lines);
var_dump($lines); var_dump($lines);
dd(); dd();

File diff suppressed because it is too large Load Diff