Note of explanation.

This commit is contained in:
Taylor Otwell
2015-12-13 14:31:19 -06:00
parent 1546149198
commit 171de278d7

View File

@@ -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 = [