From c504dbf65c27c36a7b827dd62e2677c8798e55d6 Mon Sep 17 00:00:00 2001 From: thannaske Date: Mon, 17 Jan 2022 22:33: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 9f022e8..cc0c543 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,7 +2,6 @@ namespace Rescaled\SimpleFeature\Tests; -use Illuminate\Database\Eloquent\Factories\Factory; use Orchestra\Testbench\TestCase as Orchestra; use Rescaled\SimpleFeature\SimpleFeatureServiceProvider;