Skip to content

Commit c1d682e

Browse files
committed
Documentation
1 parent 3aaf88f commit c1d682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resources/views/emails/user-verification.blade.php. The view will receive the
121121
token. Here is an example e-mail view to get you started:
122122

123123
```
124-
Click here to verify your account {{ url('auth/verification/' . $model->verification_token) }}
124+
Click here to verify your account {{ url('auth/verification/' . $user->verification_token) }}
125125
```
126126

127127
## Usage

0 commit comments

Comments
 (0)