From 5c2e106e47366c27539fbf346ba04b4f0cf8e312 Mon Sep 17 00:00:00 2001 From: devstorm321 Date: Thu, 28 Oct 2021 02:07:17 -0700 Subject: [PATCH] bugfix #22 --- app/Http/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 1a48445..ce519aa 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -40,6 +40,7 @@ class Kernel extends HttpKernel ], 'api' => [ + \Illuminate\Session\Middleware\StartSession::class, \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class, 'throttle:60,1', \Illuminate\Routing\Middleware\SubstituteBindings::class,