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/Help/PostgresDoc96.php')
-rw-r--r--src/Help/PostgresDoc96.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Help/PostgresDoc96.php b/src/Help/PostgresDoc96.php
new file mode 100644
index 00000000..deaa30a2
--- /dev/null
+++ b/src/Help/PostgresDoc96.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * PHPPgAdmin6
+ */
+
+namespace PHPPgAdmin\Help;
+
+/**
+ * Help links for PostgreSQL 9.6 documentation.
+ *
+ * @SuppressWarnings(PHPMD)
+ */
+class PostgresDoc96 extends PostgresDoc95
+{
+ public function __construct($conf, $major_version)
+ {
+ parent::__construct($conf, $major_version);
+ }
+}