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