From eec2832116fff1f215cf2f5369befe139c88bdb8 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 16 Mar 2019 18:35:57 +0800 Subject: [PATCH] Apply fixes from StyleCI (#23) [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/q2jwJR). --- tests/TextureControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TextureControllerTest.php b/tests/TextureControllerTest.php index 103bfa2c..a9b62b3d 100644 --- a/tests/TextureControllerTest.php +++ b/tests/TextureControllerTest.php @@ -2,7 +2,6 @@ namespace Tests; -use Cache; use Mockery; use Exception; use App\Models\User;