Commit 171de278 authored by Taylor Otwell's avatar Taylor Otwell

Note of explanation.

parent 15461491
...@@ -9,6 +9,8 @@ class Kernel extends HttpKernel ...@@ -9,6 +9,8 @@ class Kernel extends HttpKernel
/** /**
* The application's global HTTP middleware stack. * The application's global HTTP middleware stack.
* *
* These middleware are run during every request to your application.
*
* @var array * @var array
*/ */
protected $middleware = [ protected $middleware = [
...@@ -37,6 +39,8 @@ class Kernel extends HttpKernel ...@@ -37,6 +39,8 @@ class Kernel extends HttpKernel
/** /**
* The application's route middleware. * The application's route middleware.
* *
* These middleware may be assigned to groups or used individually.
*
* @var array * @var array
*/ */
protected $routeMiddleware = [ protected $routeMiddleware = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment