files
This commit is contained in:
@@ -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
Reference in New Issue
Block a user