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/ServersController.php')
-rw-r--r--src/controllers/ServersController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index 57337948..e287e5c3 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -157,6 +157,9 @@ class ServersController extends BaseController
echo $this->printTable($servers, $columns, $actions, $this->table_place, $this->lang['strnoobjects'], $svPre);
}
+ /**
+ * @return \Slim\Http\Response|string
+ */
public function doTree()
{
$nodes = [];