Note of explanation.
This commit is contained in:
parent
1546149198
commit
171de278d7
|
|
@ -9,6 +9,8 @@ class Kernel extends HttpKernel
|
|||
/**
|
||||
* The application's global HTTP middleware stack.
|
||||
*
|
||||
* These middleware are run during every request to your application.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $middleware = [
|
||||
|
|
@ -37,6 +39,8 @@ class Kernel extends HttpKernel
|
|||
/**
|
||||
* The application's route middleware.
|
||||
*
|
||||
* These middleware may be assigned to groups or used individually.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $routeMiddleware = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue