diff --git a/security/named_hashers.rst b/security/named_hashers.rst index 06f31852020..45ff296540e 100644 --- a/security/named_hashers.rst +++ b/security/named_hashers.rst @@ -139,7 +139,7 @@ the name of the hasher to use:: } If you created your own password hasher implementing the -:class:`Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface`, +:class:`Symfony\\Component\\PasswordHasher\\PasswordHasherInterface`, you must register a service for it in order to use it as a named hasher: .. configuration-block::