Skip to content

Commit 3d756b0

Browse files
Hugo Hamonweaverryan
Hugo Hamon
authored andcommitted
fixed bad copied pasted code.
1 parent 60c5542 commit 3d756b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/entity_provider.rst

Lines 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)