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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 9b94b22b..7cf0ee4f 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -217,6 +217,9 @@ class IndexesController extends BaseController
], 'indexes-indexes', \get_defined_vars());
}
+ /**
+ * @return \Slim\Http\Response|string
+ */
public function doTree()
{
$data = $this->misc->getDatabaseAccessor();