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.
2 parents b9ccd7b + 6ef1525 commit 05993cbCopy full SHA for 05993cb
README.md
@@ -200,8 +200,8 @@ Add the two (2) default routes to the `app\Http\routes.php` file. Routes are
200
customizable.
201
202
```
203
- Route::get('verification/{token}', 'Auth\AuthController@getVerification');
204
Route::get('verification/error', 'Auth\AuthController@getVerificationError');
+ Route::get('verification/{token}', 'Auth\AuthController@getVerification');
205
206
207
### Trait
0 commit comments