Skip to content

Commit 9a1b65e

Browse files
committed
corrected the namespace
1 parent 9d7fdf6 commit 9a1b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/named_hashers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ be done with named hashers:
116116

117117
This creates a hasher named ``harsh``. In order for a ``User`` instance
118118
to use it, the class must implement
119-
:class:`Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherAwareInterface`.
119+
:class:`Symfony\\Component\\PasswordHasher\\PasswordHasherAwareInterface`.
120120
The interface requires one method - ``getPasswordHasherName()`` - which should return
121121
the name of the hasher to use::
122122

0 commit comments

Comments
 (0)