Skip to content

Commit 20b1af5

Browse files
committed
fix: SF 6+ support
1 parent 155724f commit 20b1af5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Model/User/AnonymousUser.php

+5
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ public function getUsername(): string
3535
public function eraseCredentials(): void
3636
{
3737
}
38+
39+
public function getUserIdentifier(): string
40+
{
41+
return '';
42+
}
3843
}

0 commit comments

Comments
 (0)