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/TreeController.php')
-rw-r--r--src/controllers/TreeController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controllers/TreeController.php b/src/controllers/TreeController.php
index e4b3cdf7..01bfb635 100644
--- a/src/controllers/TreeController.php
+++ b/src/controllers/TreeController.php
@@ -6,8 +6,7 @@
namespace PHPPgAdmin\Controller;
-use PHPPgAdmin\Interfaces\Recordset;
-use ADORecordSet;
+ use ADORecordSet;
use PHPPgAdmin\ArrayRecordSet;
use PHPPgAdmin\ContainerUtils;
use PHPPgAdmin\Decorators\Decorator;