Skip to content

Commit

Permalink
fix: SF 6+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Jul 15, 2024
1 parent 155724f commit 20b1af5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/User/AnonymousUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ public function getUsername(): string
public function eraseCredentials(): void
{
}

public function getUserIdentifier(): string
{
return '';
}
}

0 comments on commit 20b1af5

Please sign in to comment.