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 3aaf88f commit c1d682eCopy full SHA for c1d682e
README.md
@@ -121,7 +121,7 @@ resources/views/emails/user-verification.blade.php. The view will receive the
121
token. Here is an example e-mail view to get you started:
122
123
```
124
-Click here to verify your account {{ url('auth/verification/' . $model->verification_token) }}
+Click here to verify your account {{ url('auth/verification/' . $user->verification_token) }}
125
126
127
## Usage
0 commit comments