diff --git a/public/index.php b/public/index.php index 66ea93cd05d..002ee24d2a1 100644 --- a/public/index.php +++ b/public/index.php @@ -48,8 +48,8 @@ $kernel = $app->make(Kernel::class); -$response = tap($kernel->handle( +$response = $kernel->handle( $request = Request::capture() -))->send(); +)->send(); $kernel->terminate($request, $response);