Commit 2040080f authored by Graham Campbell's avatar Graham Campbell

Merge pull request #3343 from TheShiftExchange/patch-2

[5.1] Add new middleware
parents 3b7e6dcd 3dcefec0
......@@ -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