Use our polyfill for UserNotFoundException

This commit is contained in:
Loïc Frémont 2022-06-21 16:09:31 +02:00 committed by Mateusz Zalewski
parent 5fe3fa4ce6
commit 598c12b9c0
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52

View file

@ -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