From 9c3b4ccaf6bbd9c669ba954e1a4803cece273b96 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 2 Apr 2020 00:34:16 -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 ab664e687..ee1a8b3f5 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::putFileAs('text', new File('/public'), 'data.txt'); + Storage::putFileAs('text', new File('/storage/app/public'), 'data.txt'); dd($lines); } }