Skip to content

Commit

Permalink
[Security] fixed wrong interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 26, 2013
1 parent c4bcf46 commit 64ac34d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
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;
use Psr\Log\LoggerInterface;

/**
* Concrete implementation of the RememberMeServicesInterface which needs
Expand Down

0 comments on commit 64ac34d

Please sign in to comment.