Skip to content

Commit 6f7e448

Browse files
taavitweaverryan
authored andcommitted
Update authentication.rst
Added missing ```use``` base class for FoobarEncoder
1 parent ffe2b15 commit 6f7e448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ own, it just needs to follow these rules:
208208
method for this check::
209209

210210
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
211+
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
211212

212213
class FoobarEncoder extends BasePasswordEncoder
213214
{

0 commit comments

Comments
 (0)