Explorar o código

Added missing import of UserInterface.

Jan Behrens %!s(int64=14) %!d(string=hai) anos
pai
achega
86b96f4f81

+ 1 - 0
src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php

@@ -15,6 +15,7 @@ use Doctrine\ORM\EntityManager;
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
 use Symfony\Component\Security\Core\User\UserProviderInterface;
+use Symfony\Component\Security\Core\User\UserInterface;
 
 /**
  * Wrapper around a Doctrine EntityManager.