From 0eb1a8f3bc8725edc036f8a71a62fb0a39adfb7b Mon Sep 17 00:00:00 2001 From: Matt Hollis Date: Fri, 7 Sep 2018 16:20:54 -0500 Subject: [PATCH] Update Kernel.php --- app/Http/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 29320344..e65b1380 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -61,7 +61,7 @@ class Kernel extends HttpKernel 'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class, 'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class, ]; - + /** * The priority-sorted list of middleware. * @@ -69,7 +69,7 @@ class Kernel extends HttpKernel * * @var array */ - protected $middlewarePriority = [ + protected $middlewarePriority = [ \Illuminate\Session\Middleware\StartSession::class, \Illuminate\View\Middleware\ShareErrorsFromSession::class, \App\Http\Middleware\Authenticate::class,