Commit 22612df4 authored by Taylor Otwell's avatar Taylor Otwell

Middleware.

parent bcc539ee
...@@ -10,7 +10,7 @@ class Kernel extends HttpKernel { ...@@ -10,7 +10,7 @@ class Kernel extends HttpKernel {
* *
* @var array * @var array
*/ */
protected $stack = [ protected $middleware = [
'App\Http\Middleware\MaintenanceMiddleware', 'App\Http\Middleware\MaintenanceMiddleware',
'Illuminate\Cookie\Middleware\Guard', 'Illuminate\Cookie\Middleware\Guard',
'Illuminate\Cookie\Middleware\Queue', 'Illuminate\Cookie\Middleware\Queue',
......
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