Skip to content

Commit 20fc419

Browse files
authored
Merge pull request #5824 from javedbaloch4/main
fix: remove duplicate word in Backpack config comment
2 parents 9f15250 + e9285b7 commit 20fc419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/backpack/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// The web middleware (group) used in all base & CRUD routes
3030
// If you've modified your "web" middleware group (ex: removed sessions), you can use a different
31-
// route group, that has all the the middleware listed below in the comments.
31+
// route group, that has all the middleware listed below in the comments.
3232
'web_middleware' => 'web',
3333
// Or you can comment the above, and uncomment the complete list below.
3434
// 'web_middleware' => [

0 commit comments

Comments
 (0)