Skip to content

Commit

Permalink
update for symfony ^5.3 (#9)
Browse files Browse the repository at this point in the history
* update for symfony ^5.3

* fix cs
  • Loading branch information
metalslave authored Jun 11, 2021
1 parent 868e0c9 commit 682ebe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Security/AnonymousUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@ public function getUsername(): string
public function eraseCredentials(): void
{
}

/**
* {@inheritdoc}
*/
public function getUserIdentifier(): string
{
return $this->getUsername();
}
}

0 comments on commit 682ebe0

Please sign in to comment.