8000 minor #6642 do not reference unused interface (xabbuh) · symfony/symfony-docs@5038684 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5038684

Browse files
committed
minor #6642 do not reference unused interface (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- do not reference unused interface In #5993 we removed the refreshUser() method which is no longer required when implementing the new UserLoaderInterface. Thus, we no longer have to reference the UserInterface too. Commits ------- 75c545c do not reference unused interface
2 parents 2e11e48 + 75c545c commit 5038684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ interface only requires one method: ``loadUserByUsername($username)``::
431431
namespace AppBundle\Entity;
432432

433433
use Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface;
434-
use Symfony\Component\Security\Core\User\UserInterface;
435434
use Doctrine\ORM\EntityRepository;
436435

437436
class UserRepository extends EntityRepository implements UserLoaderInterface

0 commit comments

Comments
 (0)
0