mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Use our polyfill for UserNotFoundException
This commit is contained in:
parent
5fe3fa4ce6
commit
598c12b9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,8 +16,8 @@ namespace Sylius\Bundle\UserBundle\Provider;
|
|||
use Sylius\Component\User\Canonicalizer\CanonicalizerInterface;
|
||||
use Sylius\Component\User\Model\UserInterface as SyliusUserInterface;
|
||||
use Sylius\Component\User\Repository\UserRepositoryInterface;
|
||||
use SyliusLabs\Polyfill\Symfony\Security\Core\Exception\UserNotFoundException;
|
||||
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
|
||||
use Symfony\Component\Security\Core\Exception\UserNotFoundException;
|
||||
use Symfony\Component\Security\Core\User\UserInterface;
|
||||
|
||||
abstract class AbstractUserProvider implements UserProviderInterface
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue