mhh meuwhhhh
This commit is contained in:
parent
c1a79f7621
commit
9074447216
@ -52,9 +52,6 @@ class UserApp implements UserInterface, PasswordAuthenticatedUserInterface
|
|||||||
#[ORM\Column(length: 255,nullable: true)]
|
#[ORM\Column(length: 255,nullable: true)]
|
||||||
private ?string $mail = null;
|
private ?string $mail = null;
|
||||||
|
|
||||||
#[ORM\Column(nullable: true)]
|
|
||||||
private bool $isVerified = false;
|
|
||||||
|
|
||||||
public function getId(): ?int
|
public function getId(): ?int
|
||||||
{
|
{
|
||||||
return $this->id;
|
return $this->id;
|
||||||
|
Loading…
Reference in New Issue
Block a user