From 2b2d8f98cdd68360b59ecd02432ffbdf5c6f3104 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 2 Apr 2020 00:33:20 -0500 Subject: [PATCH] stuff --- app/Console/Commands/Files/MoonFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Files/MoonFormatter.php b/app/Console/Commands/Files/MoonFormatter.php index 623dba975..ab664e687 100644 --- a/app/Console/Commands/Files/MoonFormatter.php +++ b/app/Console/Commands/Files/MoonFormatter.php @@ -42,7 +42,7 @@ class MoonFormatter extends Command //Create the file handler $lines = Storage::get('public/moon_data.txt'); //Create the output file handler - Storage::putFile('text', new File('public'), 'data.txt'); + Storage::putFileAs('text', new File('/public'), 'data.txt'); dd($lines); } }