From 98714a885106faed036ca234983fe2a308f57b64 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 24 Jun 2020 10:52:02 +0800 Subject: [PATCH] apply php-cs-fixer --- tests/HttpTest/MiddlewareTest/CheckInstallationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/HttpTest/MiddlewareTest/CheckInstallationTest.php b/tests/HttpTest/MiddlewareTest/CheckInstallationTest.php index eccb76d8..ef316fc0 100644 --- a/tests/HttpTest/MiddlewareTest/CheckInstallationTest.php +++ b/tests/HttpTest/MiddlewareTest/CheckInstallationTest.php @@ -2,7 +2,6 @@ namespace Tests; -use App\Models\User; use Illuminate\Filesystem\Filesystem; use Illuminate\Foundation\Testing\DatabaseTransactions;