Skip to content

Commit 413be1d

Browse files
committed
Documentation
1 parent 722bf7e commit 413be1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected $routeMiddleware = [
104104
Apply the middleware on your routes:
105105

106106
```php
107-
Route::group(['middleware' => ['web', 'isVerified']], function () {
107+
Route::group(['middleware' => ['isVerified']], function () {
108108
109109
```
110110

0 commit comments

Comments
 (0)