Skip to content

Commit a0022bf

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/named_hashers.rst

Lines changed: 2 additions & 2 deletions
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\\PasswordHasherAwareInterface`.
119+
:class:`Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherAwareInterface`.
120120
The interface requires one method - ``getPasswordHasherName()`` - which should return
121121
the name of the hasher to use::
122122

@@ -139,7 +139,7 @@ the name of the hasher to use::
139139
}
140140

141141
If you created your own password hasher implementing the
142-
:class:`Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherInterface`,
142+
:class:`Symfony\\Component\\PasswordHasher\\PasswordHasherInterface`,
143143
you must register a service for it in order to use it as a named hasher:
144144

145145
.. configuration-block::

0 commit comments

Comments
 (0)