Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5038684

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 interfaceIn#5993 we removed the refreshUser() method which is no longer requiredwhen implementing the new UserLoaderInterface. Thus, we no longer haveto reference the UserInterface too.Commits-------75c545c do not reference unused interface
2 parents2e11e48 +75c545c commit5038684

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)

[8]ページ先頭

©2009-2025 Movatter.jp