Just call app->run().

This commit is contained in:
Taylor Otwell 2013-10-28 09:29:09 -05:00
parent 7fb808f2fa
commit 740983e62d
1 changed files with 1 additions and 3 deletions

View File

@ -46,6 +46,4 @@
|
*/
use Symfony\Component\HttpFoundation\Request;
$app->run(Request::createFromGlobals());
$app->run();