Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.inc.php')
-rw-r--r--src/lib.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.inc.php b/src/lib.inc.php
index c8e02d77..f1470e4b 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -57,7 +57,7 @@ function getAppInstance(): App
$conf['IN_TEST'] = IN_TEST;
// Fetch App and DI Container
- $app = ContainerUtils::getAppInstance($conf);
+ $app = ContainerUtils::getAppInstance($conf);
return $app;
}