From 225e95dec2800e85431ea089a790161912cfb2ee Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 1 Jul 2024 01:55:18 +0300 Subject: [PATCH] 4.0 --- public/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/index.php b/public/index.php index ec2c9a5fe..e3e71fdd0 100644 --- a/public/index.php +++ b/public/index.php @@ -48,8 +48,6 @@ $app = require_once __DIR__.'/../bootstrap/app.php'; $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); -$kernel = \Anomaly\Streams\Platform\Http\CacheKernel::wrap($kernel); - $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); @@ -57,4 +55,3 @@ $response = $kernel->handle( $response->send(); $kernel->terminate($request, $response); -