Just call app->run().

This commit is contained in:
Taylor Otwell
2013-10-28 09:29:09 -05:00
parent 7fb808f2fa
commit 740983e62d

View File

@@ -46,6 +46,4 @@ $app = require_once __DIR__.'/../bootstrap/start.php';
|
*/
use Symfony\Component\HttpFoundation\Request;
$app->run(Request::createFromGlobals());
$app->run();