We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9334f commit ed4aed2Copy full SHA for ed4aed2
Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php
@@ -23,6 +23,6 @@ public function checkAction()
23
24
public function profileAction()
25
{
26
- return new Response('Welcome '.$this->getUser()->getUsername().'!');
+ return new Response('Welcome '.$this->getUser()->getUserIdentifier().'!');
27
}
28
0 commit comments