Update Kernel.php

This commit is contained in:
Matt Hollis
2018-09-07 16:24:35 -05:00
committed by GitHub
parent 7f6ec77e69
commit 04960ed8be

View File

@@ -68,7 +68,7 @@ class Kernel extends HttpKernel
* Forces the listed middleware to always be in the given order. * Forces the listed middleware to always be in the given order.
* *
* @var array * @var array
*/ */
protected $middlewarePriority = [ protected $middlewarePriority = [
\Illuminate\Session\Middleware\StartSession::class, \Illuminate\Session\Middleware\StartSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class, \Illuminate\View\Middleware\ShareErrorsFromSession::class,