From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 16:15:45 +0000 (+0200) Subject: wip #4765 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fb9e8b622e524db02a814744eb793416a27fb4b3;p=odl.git wip #4765 @0.25 --- diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 971bf97..9467673 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -35,7 +35,7 @@ class Kernel extends HttpKernel \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, \Illuminate\Session\Middleware\StartSession::class, //\Backpack\CRUD\app\Http\Middleware\UseBackpackAuthGuardInsteadOfDefaultAuthGuard::class, - \Illuminate\Session\Middleware\AuthenticateSession::class, + //\Illuminate\Session\Middleware\AuthenticateSession::class, \Cubist\Backpack\Middleware\BackLocaleSelector::class, \Illuminate\View\Middleware\ShareErrorsFromSession::class, \App\Http\Middleware\VerifyCsrfToken::class,