```php #[ORM\Entity(repositoryClass: SupportTicketRepository::class)] class SupportTicket { #[ORM\Id] #[ORM\GeneratedValue] #[ORM\Column(type: 'integer')] private int $id; ```  Given the way that Entities are handled, this should not be triggering a notification