File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ be done with named hashers:
116
116
117
117
This creates a hasher named ``harsh ``. In order for a ``User `` instance
118
118
to use it, the class must implement
119
- :class: `Symfony\\ Component\\ PasswordHasher\\ PasswordHasherAwareInterface `.
119
+ :class: `Symfony\\ Component\\ PasswordHasher\\ Hasher \\ PasswordHasherAwareInterface `.
120
120
The interface requires one method - ``getPasswordHasherName() `` - which should return
121
121
the name of the hasher to use::
122
122
@@ -139,7 +139,7 @@ the name of the hasher to use::
139
139
}
140
140
141
141
If you created your own password hasher implementing the
142
- :class: `Symfony\\ Component\\ PasswordHasher\\ Hasher \\ PasswordHasherInterface `,
142
+ :class: `Symfony\\ Component\\ PasswordHasher\\ PasswordHasherInterface `,
143
143
you must register a service for it in order to use it as a named hasher:
144
144
145
145
.. configuration-block ::
You can’t perform that action at this time.
0 commit comments