Skip to content

Commit 8a9e22b

Browse files
µfix
1 parent c7fb5e2 commit 8a9e22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Passport/Badge/UserBadge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getUserIdentifier(): string
6161
*/
6262
public function getUser(): UserInterface
6363
{
64-
if (null !== $this->user) {
64+
if (isset($this->user)) {
6565
return $this->user;
6666
}
6767

0 commit comments

Comments
 (0)