diff --git a/app/Console/Commands/TestCommand.php b/app/Console/Commands/TestCommand.php index 58cd108f..d2899cf0 100644 --- a/app/Console/Commands/TestCommand.php +++ b/app/Console/Commands/TestCommand.php @@ -2,12 +2,7 @@ namespace App\Console\Commands; -use App\Models\Team; -use App\Models\User; -use App\Models\Voucher; -use App\Models\VoucherSet; use Illuminate\Console\Command; -use Illuminate\Support\Facades\Storage; class TestCommand extends Command { @@ -28,9 +23,5 @@ class TestCommand extends Command /** * Execute the console command. */ - public function handle() - { - - - } + public function handle() {} } diff --git a/config/filesystems.php b/config/filesystems.php index e7ff651a..784a6a41 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -54,7 +54,7 @@ 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'throw' => false, - 'root' => env('APP_ENV') + 'root' => env('APP_ENV'), ], ],