Just call app->run().
This commit is contained in:
parent
7fb808f2fa
commit
740983e62d
|
@ -46,6 +46,4 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
$app->run();
|
||||||
|
|
||||||
$app->run(Request::createFromGlobals());
|
|
||||||
|
|
Loading…
Reference in New Issue