diff --git a/public/index.php b/public/index.php index 727793fa..f08822d9 100644 --- a/public/index.php +++ b/public/index.php @@ -46,6 +46,4 @@ $app = require_once __DIR__.'/../bootstrap/start.php'; | */ -use Symfony\Component\HttpFoundation\Request; - -$app->run(Request::createFromGlobals()); +$app->run();