pass dbConnection to HttpResponse

This commit is contained in:
Bence Pőcze 2023-04-18 23:25:38 +02:00
parent 46ea01efe1
commit 4d5e982370
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -113,6 +113,7 @@ $appConfig = [
$httpReponse = new HttpResponse(
Container::$request,
Container::$dbConnection,
Container::$routeCollection,
$appConfig,
$_SERVER['REQUEST_METHOD'],