Add missing use

This commit is contained in:
Xavier HAUSHERR 2013-03-20 11:21:44 +01:00 committed by Fabien Potencier
parent 9885798dd1
commit 1ac3bb00ca

View File

@ -20,6 +20,7 @@ use Symfony\Component\Security\Core\Exception\CookieTheftException;
use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Util\SecureRandomInterface;
use Symfony\Component\HttpKernel\Log\LoggerInterface;
/**
* Concrete implementation of the RememberMeServicesInterface which needs