X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/c3b641e801ce1526196b04e2722d3bb5c02a7ec6..dc6abe457620de69b2322f0ae39f06083611ec01:/Entity/User.php diff --git a/Entity/User.php b/Entity/User.php index 4393db6..c2c1642 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -405,6 +405,13 @@ class User implements UserInterface, \Serializable { return $this->mail; } + /** + * {@inheritdoc} + */ + public function getUserIdentifier(): string { + return $this->mail; + } + /** * {@inheritdoc} */