diff --git a/src/Entity/Email.php b/src/Entity/Email.php index bfb35a7..1d48b31 100644 --- a/src/Entity/Email.php +++ b/src/Entity/Email.php @@ -15,7 +15,7 @@ * @ORM\Entity() * @ORM\Table( * name="core__emailer_email", - * indexes={ + * indexes={ * @Index(name="core__emailer_email_status", columns={"status"}) * } * )