Skip to content

Commit

Permalink
Make compatible with league/oauth2-server UserEntityInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Battis authored and Seth Battis committed Sep 5, 2022
1 parent 4932799 commit 14c077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/UserEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

interface UserEntityInterface
{
public function getIdentifier(): string;
public function getIdentifier();
public function passwordVerify(string $password): bool;
}

0 comments on commit 14c077d

Please sign in to comment.