pass dbConnection to HttpResponse
This commit is contained in:
parent
46ea01efe1
commit
4d5e982370
1
web.php
1
web.php
@ -113,6 +113,7 @@ $appConfig = [
|
|||||||
|
|
||||||
$httpReponse = new HttpResponse(
|
$httpReponse = new HttpResponse(
|
||||||
Container::$request,
|
Container::$request,
|
||||||
|
Container::$dbConnection,
|
||||||
Container::$routeCollection,
|
Container::$routeCollection,
|
||||||
$appConfig,
|
$appConfig,
|
||||||
$_SERVER['REQUEST_METHOD'],
|
$_SERVER['REQUEST_METHOD'],
|
||||||
|
Loading…
Reference in New Issue
Block a user