We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c5542 commit 3d756b0Copy full SHA for 3d756b0
cookbook/security/entity_provider.rst
@@ -242,8 +242,8 @@ The code below shows the implementation of the `UserProviderInterface`_ in the
242
243
namespace Acme\Bundle\UserBundle\Entity;
244
245
- use namespace Symfony\Component\Security\Core\User\UserInterface;
246
- use namespace Symfony\Component\Security\Core\User\UserProviderInterface;
+ use Symfony\Component\Security\Core\User\UserInterface;
+ use Symfony\Component\Security\Core\User\UserProviderInterface;
247
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
248
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
249
use Doctrine\ORM\EntityRepository;
0 commit comments