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/TypesController.php')
-rw-r--r--src/controllers/TypesController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index c618cf09..5ac777a9 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -6,6 +6,7 @@
namespace PHPPgAdmin\Controller;
+use Slim\Http\Response;
use PHPPgAdmin\Decorators\Decorator;
/**
@@ -209,7 +210,7 @@ class TypesController extends BaseController
/**
* Generate XML for the browser tree.
*
- * @return \Slim\Http\Response|string
+ * @return Response|string
*/
public function doTree()
{