'DESC'] ) ] )] //#[Auditable] #[ORM\Entity] class Tips extends AbstractInformation { #[ORM\Id] #[ORM\Column] #[ORM\GeneratedValue] private ?int $id = null; public function getId(): ?int { return $this->id; } }