diff options
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")] |