mhh meuwhhhh

This commit is contained in:
bourgoino 2024-12-12 17:08:34 +01:00
parent c1a79f7621
commit 9074447216

View File

@ -52,9 +52,6 @@ class UserApp implements UserInterface, PasswordAuthenticatedUserInterface
#[ORM\Column(length: 255,nullable: true)]
private ?string $mail = null;
#[ORM\Column(nullable: true)]
private bool $isVerified = false;
public function getId(): ?int
{
return $this->id;