diff options
| author | polo <ordipolo@gmx.fr> | 2026-07-02 00:01:31 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-07-02 00:01:31 +0200 |
| commit | 0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f (patch) | |
| tree | aa41e7a0a2e41649dea66114e73a26574a042b85 /src/model/entities/EmailForm.php | |
| parent | 9021dc699874c46b72dcbe019ec1a4408fbf6d70 (diff) | |
| download | cms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.tar.gz cms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.tar.bz2 cms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.zip | |
entité Presentation, MAJ filtre ViewController::SPECIAL_PAGES, table node_data non allégée pour l'instant
Diffstat (limited to 'src/model/entities/EmailForm.php')
| -rw-r--r-- | src/model/entities/EmailForm.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/entities/EmailForm.php b/src/model/entities/EmailForm.php index 466a389..0dcdeec 100644 --- a/src/model/entities/EmailForm.php +++ b/src/model/entities/EmailForm.php | |||
| @@ -6,7 +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 | 9 | ||
| 11 | #[ORM\Entity] | 10 | #[ORM\Entity] |
| 12 | #[ORM\Table(name: TABLE_PREFIX . "email_form")] | 11 | #[ORM\Table(name: TABLE_PREFIX . "email_form")] |
