diff options
author | polo <ordipolo@gmx.fr> | 2025-07-04 00:43:35 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-07-04 00:43:35 +0200 |
commit | 2d7bacce891eab0adb0263d598bfe44418788f42 (patch) | |
tree | 4353250f80cc556a278640f22c194a0033d05829 /src/model/entities/Log.php | |
parent | ea3eaf84c6de3f96d6bb73e817147f8571fd6c1f (diff) | |
download | cms-2d7bacce891eab0adb0263d598bfe44418788f42.zip |
formulaire de contact 3
Diffstat (limited to 'src/model/entities/Log.php')
-rw-r--r-- | src/model/entities/Log.php | 2 |
1 files changed, 0 insertions, 2 deletions
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); | |||
6 | namespace App\Entity; | 6 | namespace App\Entity; |
7 | 7 | ||
8 | use Doctrine\ORM\Mapping as ORM; | 8 | use Doctrine\ORM\Mapping as ORM; |
9 | use Doctrine\Common\Collections\ArrayCollection; | ||
10 | use Doctrine\Common\Collections\Collection; | ||
11 | 9 | ||
12 | #[ORM\Entity] | 10 | #[ORM\Entity] |
13 | #[ORM\Table(name: TABLE_PREFIX . "log")] | 11 | #[ORM\Table(name: TABLE_PREFIX . "log")] |