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/classes/ContainerUtils.php')
-rw-r--r--src/classes/ContainerUtils.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 85db5c55..41bdca49 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -89,7 +89,6 @@ class ContainerUtils extends Container implements ContainerInterface
$userSettings = $values['settings'] ?? [];
$this->registerDefaultServices($userSettings);
- $this->container = $this;
self::$instance = $this;
}