Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d5ff1
)
Fix replacement of getUsername by getUserIdentifier in symfony 5.3+
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 8 Sep 2021 16:36:14 +0000
(18:36 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 8 Sep 2021 16:36:14 +0000
(18:36 +0200)
Entity/User.php
patch
|
blob
|
history
diff --git
a/Entity/User.php
b/Entity/User.php
index 4393db6b4c4d996f35d10a489d24f36dd54bdb66..e1693cc06a2934ba21db9cc50745a83b143d0cd2 100644
(file)
--- a/
Entity/User.php
+++ b/
Entity/User.php
@@
-401,7
+401,7
@@
class User implements UserInterface, \Serializable {
/**
* {@inheritdoc}
*/
- public function getUser
name
(): string {
+ public function getUser
Identifier
(): string {
return $this->mail;
}