From 9074447216d535f9e876edfdcf5255c088ebe511 Mon Sep 17 00:00:00 2001 From: bourgoino Date: Thu, 12 Dec 2024 17:08:34 +0100 Subject: [PATCH] mhh meuwhhhh --- src/Entity/UserApp.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Entity/UserApp.php b/src/Entity/UserApp.php index 8f87ba6..db1376b 100644 --- a/src/Entity/UserApp.php +++ b/src/Entity/UserApp.php @@ -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;