feat/login #10
+1
-1
@@ -191,7 +191,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
|
||||
return $this->alternateEmail;
|
||||
}
|
||||
|
||||
public function setAlternateEmail(string $alternateEmail): static
|
||||
public function setAlternateEmail(?string $alternateEmail): static
|
||||
{
|
||||
$this->alternateEmail = $alternateEmail;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user