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;