Apply fixes from StyleCI (#24) [skip ci]
This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/qyNGM5).
This commit is contained in:
parent
dac2c32ff4
commit
b4f1bb2402
@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Cache;
|
||||
use Event;
|
||||
use Option;
|
||||
use Storage;
|
||||
|
@ -7,7 +7,6 @@ use Exception;
|
||||
use App\Models\User;
|
||||
use App\Models\Player;
|
||||
use App\Models\Texture;
|
||||
use Illuminate\Http\UploadedFile;
|
||||
use Tests\Concerns\InteractsWithCache;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
Loading…
Reference in New Issue
Block a user