Added missing import of UserProviderInterface.

This commit is contained in:
Jan Behrens 2011-07-13 04:16:24 -07:00
parent d80ee41130
commit 88fd076133

View File

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