file storage

This commit is contained in:
2020-04-01 23:58:27 -05:00
parent 825cd9a9f0
commit 2169e0bd1a

View File

@@ -3,6 +3,7 @@
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Storage;
class MoonFormatter extends Command
{