Skip to content

Commit c3b3466

Browse files
committed
fix!: "cannot implement previously implemented interface" #0000
The `LegacyPasswordAuthenticatedUserInterface` already extended the `PasswordAuthenticatedUserInterface` which caused the error quoted in the commit subject line.
1 parent 729bee6 commit c3b3466

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Model/User.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
use LinkORB\Contracts\UserbaseRole\RoleInterface;
66
use RuntimeException;
77
use Symfony\Component\Security\Core\User\LegacyPasswordAuthenticatedUserInterface;
8-
use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
98
use Symfony\Component\Security\Core\User\UserInterface as BaseUserInterface;
109

1110
final class User implements
1211
AccountContainerInterface,
1312
BaseUserInterface,
1413
LegacyAdvancedUserInterface,
1514
LegacyPasswordAuthenticatedUserInterface,
16-
PasswordAuthenticatedUserInterface,
1715
PolicyContainerInterface,
1816
RoleInterface,
1917
UserInterface

0 commit comments

Comments
 (0)