Skip to content

Commit

Permalink
Merge pull request #24 from boite/symfony-5
Browse files Browse the repository at this point in the history
fix: remove mistaken 'extends UserInterface'
  • Loading branch information
joostfaassen committed Feb 24, 2020
2 parents 143a34b + 398b760 commit 987b445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/LegacyAdvancedUserInterface.php
Expand Up @@ -14,7 +14,7 @@
* For info about UserCheckers see:
* https://symfony.com/doc/current/security/user_checkers.html
*/
interface LegacyAdvancedUserInterface extends UserInterface
interface LegacyAdvancedUserInterface
{
/**
* Check whether the user's account has expired.
Expand Down

0 comments on commit 987b445

Please sign in to comment.