Skip to content

Commit 2ef622e

Browse files
committed
fix: patch up unverified typo
1 parent edc31d7 commit 2ef622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/auth/user.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ app()->get('/some-route', [
9696
]);
9797

9898
app()->get('/some-route', [
99-
'middleware' => 'auth.verified',
99+
'middleware' => 'auth.unverified',
100100
function () {
101101
// route will only be accessible to unverified users
102102
}

0 commit comments

Comments
 (0)