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:
Pig Fang 2019-03-16 18:53:19 +08:00 committed by GitHub
parent dac2c32ff4
commit b4f1bb2402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
namespace App\Http\Controllers;
use Cache;
use Event;
use Option;
use Storage;

View File

@ -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;