pass dbConnection to HttpResponse
This commit is contained in:
parent
82279f11d3
commit
c9ab7c31b7
1
web.php
1
web.php
@ -142,6 +142,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