Commit 740983e6 authored by Taylor Otwell's avatar Taylor Otwell

Just call app->run().

parent 7fb808f2
...@@ -46,6 +46,4 @@ $app = require_once __DIR__.'/../bootstrap/start.php'; ...@@ -46,6 +46,4 @@ $app = require_once __DIR__.'/../bootstrap/start.php';
| |
*/ */
use Symfony\Component\HttpFoundation\Request; $app->run();
$app->run(Request::createFromGlobals());
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment