From 2d7bacce891eab0adb0263d598bfe44418788f42 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 4 Jul 2025 00:43:35 +0200 Subject: formulaire de contact 3 --- src/model/entities/Log.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/model/entities/Log.php') diff --git a/src/model/entities/Log.php b/src/model/entities/Log.php index 06a907e..39b4307 100644 --- a/src/model/entities/Log.php +++ b/src/model/entities/Log.php @@ -6,8 +6,6 @@ declare(strict_types=1); namespace App\Entity; use Doctrine\ORM\Mapping as ORM; -use Doctrine\Common\Collections\ArrayCollection; -use Doctrine\Common\Collections\Collection; #[ORM\Entity] #[ORM\Table(name: TABLE_PREFIX . "log")] -- cgit v1.2.3