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

Appearance settings

Commit e29233c

Browse filesBrowse files
committed
bug #6324 Fixed UserCheckerInterface importing (VIs-a-vis)
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes #6324). Discussion ---------- Fixed UserCheckerInterface importing Fixed UserCheckerInterface name in ``use`` statement Commits ------- 25b3aed Update user_checkers.rst
2 parents a499d12 + 25b3aed commit e29233c
Copy full SHA for e29233c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎cookbook/security/user_checkers.rst‎

Copy file name to clipboardExpand all lines: cookbook/security/user_checkers.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ are not met, an exception should be thrown which extends the
2929
use AppBundle\Exception\AccountDeletedException;
3030
use AppBundle\Security\User as AppUser;
3131
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
32-
use Symfony\Component\Security\Core\User\UserCheckInterface;
32+
use Symfony\Component\Security\Core\User\UserCheckerInterface;
3333
use Symfony\Component\Security\Core\User\UserInterface;
3434
3535
class UserChecker implements UserCheckerInterface

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.