diff --git a/tests/HasSchemalessAttributesTest.php b/tests/HasSchemalessAttributesTest.php index 8879263..4791fbe 100644 --- a/tests/HasSchemalessAttributesTest.php +++ b/tests/HasSchemalessAttributesTest.php @@ -2,7 +2,6 @@ namespace Spatie\SchemalessAttributes\Tests; -use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Collection; class HasSchemalessAttributesTest extends TestCase