Skip to content

Commit 3f09521

Browse files
authored
Merge pull request laravel#4861 from unstoppablecarl/middleware-priority-comment
[5.7] Update Kernel.php
2 parents fcb7d35 + 6d75f17 commit 3f09521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Kernel extends HttpKernel
6565
/**
6666
* The priority-sorted list of middleware.
6767
*
68-
* This forces the listed middleware to always be in the given order.
68+
* This forces non-global middleware to always be in the given order.
6969
*
7070
* @var array
7171
*/

0 commit comments

Comments
 (0)