Compare commits

..

2 Commits

Author SHA1 Message Date
4c401cd807
remove unnecessary startTransaction and commit calls
Some checks failed
rvr-nextgen/pipeline/pr-master There was a failure building this commit
2023-04-18 23:26:42 +02:00
fefc18b892
add error view 500 to app config 2023-04-18 23:26:42 +02:00

View File

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