Skip to content

Commit 4e0dee6

Browse files
committed
Update authentication.rst
Added missing ```use``` base class for FoobarEncoder
1 parent 4788a50 commit 4e0dee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/security/authentication.rst

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ own, it just needs to follow these rules:
214214
method for this check::
215215

216216
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
217+
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
217218

218219
class FoobarEncoder extends BasePasswordEncoder
219220
{

0 commit comments

Comments
 (0)