We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[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