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 3d756b0

Browse filesBrowse files
Hugo Hamonweaverryan
authored andcommitted
fixed bad copied pasted code.
1 parent 60c5542 commit 3d756b0
Copy full SHA for 3d756b0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ The code below shows the implementation of the `UserProviderInterface`_ in the
242242
243243
namespace Acme\Bundle\UserBundle\Entity;
244244
245-
use namespace Symfony\Component\Security\Core\User\UserInterface;
246-
use namespace Symfony\Component\Security\Core\User\UserProviderInterface;
245+
use Symfony\Component\Security\Core\User\UserInterface;
246+
use Symfony\Component\Security\Core\User\UserProviderInterface;
247247
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
248248
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
249249
use Doctrine\ORM\EntityRepository;

0 commit comments

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