Merge pull request #3343 from TheShiftExchange/patch-2

[5.1] Add new middleware
This commit is contained in:
Graham Campbell 2015-04-19 11:04:21 +01:00
commit 2040080fab
1 changed files with 1 additions and 0 deletions

View File

@ -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',