From 4d5e982370722157a8bb495d8d2dd2ff093a2550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Tue, 18 Apr 2023 23:25:38 +0200 Subject: [PATCH] pass dbConnection to HttpResponse --- web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web.php b/web.php index a9cb13e..156f154 100644 --- a/web.php +++ b/web.php @@ -113,6 +113,7 @@ $appConfig = [ $httpReponse = new HttpResponse( Container::$request, + Container::$dbConnection, Container::$routeCollection, $appConfig, $_SERVER['REQUEST_METHOD'],