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/database/Postgres90.php')
-rw-r--r--src/database/Postgres90.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 6315aa6e..2b06faf0 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -14,5 +14,13 @@ namespace PHPPgAdmin\Database;
*/
class Postgres90 extends Postgres91
{
+ /**
+ * @var float
+ */
public $major_version = 9.0;
+
+ /**
+ * @var class-string
+ */
+ public $help_classname = \PHPPgAdmin\Help\PostgresDoc90::class;
}