Skip to content

Commit 05993cb

Browse files
authored
Merge pull request #26 from vinothkannans/patch-1
Update README.md
2 parents b9ccd7b + 6ef1525 commit 05993cb

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
@@ -200,8 +200,8 @@ Add the two (2) default routes to the `app\Http\routes.php` file. Routes are
200200
customizable.
201201

202202
```
203-
Route::get('verification/{token}', 'Auth\AuthController@getVerification');
204203
Route::get('verification/error', 'Auth\AuthController@getVerificationError');
204+
Route::get('verification/{token}', 'Auth\AuthController@getVerification');
205205
```
206206

207207
### Trait

0 commit comments

Comments
 (0)