Commit 3dcefec0 authored by Laurence Ioannou's avatar Laurence Ioannou

Update Kernel.php

parent 3b7e6dcd
......@@ -11,6 +11,7 @@ class Kernel extends HttpKernel
*/
protected $middleware = [
'Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode',
'Illuminate\Foundation\Http\Middleware\VerifyPostSize',
'Illuminate\Cookie\Middleware\EncryptCookies',
'Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse',
'Illuminate\Session\Middleware\StartSession',
......
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