Skip to content

Commit

Permalink
Update authentication.rst
Browse files Browse the repository at this point in the history
Added missing ```use``` base class for FoobarEncoder
  • Loading branch information
taavit committed May 6, 2015
1 parent 4788a50 commit 4e0dee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/security/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ own, it just needs to follow these rules:
method for this check::

use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;

class FoobarEncoder extends BasePasswordEncoder
{
Expand Down

0 comments on commit 4e0dee6

Please sign in to comment.