pass dbConnection to HttpResponse

This commit is contained in:
Bence Pőcze 2023-04-20 00:04:10 +02:00
parent 82279f11d3
commit c9ab7c31b7
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

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