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;