file
This commit is contained in:
@@ -42,9 +42,9 @@ 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('"', null, $lines);
|
$lines = str_replace('"', null, $lines);
|
||||||
//$stuff = explode('\n', $lines);
|
$stuff = explode(']', $lines);
|
||||||
|
|
||||||
var_dump($lines);
|
var_dump($stuff);
|
||||||
dd();
|
dd();
|
||||||
|
|
||||||
//Create the output file handler
|
//Create the output file handler
|
||||||
|
|||||||
Reference in New Issue
Block a user