From 9fa695cffa98a25f4d51e57541f7e9293952de9e Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 9 Sep 2020 10:13:45 +0000 Subject: [PATCH] Fix styling --- tests/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index dcf43ad..9a40100 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,7 +2,6 @@ namespace Spatie\TagsField\Tests; -use Dotenv\Dotenv; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Route; use Orchestra\Testbench\TestCase as Orchestra;