From ef8eb8a65ce6cb2c6444bf78f0c81c312c6c78d1 Mon Sep 17 00:00:00 2001 From: antoninmasek Date: Tue, 24 Oct 2023 20:28:22 +0000 Subject: [PATCH] Fix styling --- tests/Models/Car.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Models/Car.php b/tests/Models/Car.php index 70faff3..f2f841e 100644 --- a/tests/Models/Car.php +++ b/tests/Models/Car.php @@ -3,7 +3,6 @@ namespace AntoninMasek\SimpleHydrator\Tests\Models; use AntoninMasek\SimpleHydrator\Attributes\Collection; -use DateTime; class Car {