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/controllers/IndexesController.php')
-rw-r--r--src/controllers/IndexesController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 604242d1..24d3c50e 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -7,7 +7,9 @@
namespace PHPPgAdmin\Controller;
use PHPPgAdmin\Decorators\Decorator;
+use PHPPgAdmin\ContainerUtils;
+use \containerInstance;
/**
* Base controller class.
*/