Skip to content

Commit

Permalink
Fix error in namespace when use TokenInterface
Browse files Browse the repository at this point in the history
Change the use statement of TokenInterface to the correct namespace (missing Token folder)
  • Loading branch information
joanteixi committed Jan 8, 2014
1 parent f08e2a5 commit a5a5668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/custom_password_authenticator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the user::

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Core\Authentication\SimpleFormAuthenticatorInterface;
use Symfony\Component\Security\Core\Authentication\TokenInterface;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
Expand Down

0 comments on commit a5a5668

Please # to comment.