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