feat/login #10

Open
maurine wants to merge 28 commits from feat/login into main
Showing only changes of commit 1b376965cd - Show all commits
+1 -1
View File
@@ -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;