Return response from middleware

This commit is contained in:
Nabeel Shahzad
2020-03-02 15:58:53 -05:00
parent b78c1b935e
commit 83a0007b7d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,13 +35,13 @@ class Kernel extends HttpKernel
'json',
],
'web' => [
InstalledCheck::class,
EncryptCookies::class,
AddQueuedCookiesToResponse::class,
StartSession::class,
ShareErrorsFromSession::class,
// VerifyCsrfToken::class,
SubstituteBindings::class,
InstalledCheck::class,
],
];