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