We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224150 commit 526f4f6Copy full SHA for 526f4f6
README.md
@@ -161,11 +161,11 @@ Generate and save a verification token for the given user.
161
162
* `send(AuthenticatableContract $user, $subject = null)`
163
164
-Send by email a link containing the verification token.
+Send by e-mail a link containing the verification token.
165
166
-* `process(AuthenticatableContract $user, $token)`
+* `process($email, $token, $userTable)`
167
168
-Process the token verification for the given user.
+Process the token verification for the given e-mail and token.
169
170
### Facade
171
0 commit comments