From 04dfdfb6c28f9cb0c454f1245df1e07dc6403b45 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 26 Mar 2020 10:15:18 +0800 Subject: [PATCH] run php-cs-fixer --- tests/HttpTest/ControllersTest/SkinlibControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/HttpTest/ControllersTest/SkinlibControllerTest.php b/tests/HttpTest/ControllersTest/SkinlibControllerTest.php index edec62db..3270d566 100644 --- a/tests/HttpTest/ControllersTest/SkinlibControllerTest.php +++ b/tests/HttpTest/ControllersTest/SkinlibControllerTest.php @@ -10,7 +10,6 @@ use Carbon\Carbon; use Illuminate\Foundation\Testing\DatabaseTransactions; use Illuminate\Http\UploadedFile; use Illuminate\Support\Facades\Storage; -use Illuminate\Support\Str; class SkinlibControllerTest extends TestCase {