Removed useless use statement

This commit is contained in:
Christophe Coevoet 2011-12-19 23:51:47 +01:00
parent 24319bb0f4
commit caa105fef9

View File

@ -12,7 +12,6 @@
namespace Symfony\Bridge\Doctrine\Security\User;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
use Symfony\Component\Security\Core\User\UserProviderInterface;