Skip to content

Commit a72e019

Browse files
committed
Merge branch 'SiiXFX-patch-1'
2 parents e5239e7 + de258ed commit a72e019

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
@@ -105,7 +105,7 @@ To register the default middleware add the following lines to the `$routeMiddlew
105105
```php
106106
protected $routeMiddleware = [
107107
// …
108-
'isVerified' => Jrean\UserVerification\Middleware\IsVerified::class,
108+
'isVerified' => \Jrean\UserVerification\Middleware\IsVerified::class,
109109
```
110110

111111
Apply the middleware on your routes:

0 commit comments

Comments
 (0)