files
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
7163
storage/app/public/moon_data_noformat.txt
Normal file
7163
storage/app/public/moon_data_noformat.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user