diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index e65b1380..2026708f 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -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,