Just call app->run().
This commit is contained in:
@@ -46,6 +46,4 @@ $app = require_once __DIR__.'/../bootstrap/start.php';
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
$app->run();
|
||||||
|
|
||||||
$app->run(Request::createFromGlobals());
|
|
||||||
|
|||||||
Reference in New Issue
Block a user