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/AlldbController.php')
-rw-r--r--src/controllers/AlldbController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 91a2ab14..479efe92 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -6,6 +6,7 @@
namespace PHPPgAdmin\Controller;
+use Slim\Http\Response;
use PHPPgAdmin\Decorators\Decorator;
use PHPPgAdmin\Traits\ExportTrait;
@@ -237,7 +238,7 @@ class AlldbController extends BaseController
}
/**
- * @return \Slim\Http\Response|string
+ * @return Response|string
*/
public function doTree()
{