From 7e466f26d0637f07628814894a97731e4ce34f85 Mon Sep 17 00:00:00 2001 From: ok200paul Date: Fri, 16 Aug 2024 04:55:21 +0000 Subject: [PATCH] Lint code --- app/Console/Commands/TestCommand.php | 11 +---------- config/filesystems.php | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) 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'), ], ],