Skip to content

Commit

Permalink
Email: Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Feb 10, 2021
1 parent 3167f9a commit 0692dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @ORM\Entity()
* @ORM\Table(
* name="core__emailer_email",
* indexes={
* indexes={
* @Index(name="core__emailer_email_status", columns={"status"})
* }
* )
Expand Down

0 comments on commit 0692dad

Please sign in to comment.