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(
|
||||
Container::$request,
|
||||
Container::$dbConnection,
|
||||
Container::$routeCollection,
|
||||
$appConfig,
|
||||
$_SERVER['REQUEST_METHOD'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user