Compare commits

..

2 Commits

Author SHA1 Message Date
b4cfa7aab2
remove unnecessary startTransaction and commit calls
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-18 23:29:04 +02:00
617ae903ae
add error view 500 to app config 2023-04-18 23:29:04 +02:00

View File

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