This commit is contained in:
2024-06-05 10:34:13 +02:00
parent 6be1b4ad19
commit 6caa9a1ed0

View File

@@ -87,7 +87,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
/**
* @see PasswordAuthenticatedUserInterface
*/
public function getPassword(): string
public function getPassword(): ?string
{
return $this->password;
}