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