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/Postgres95.php')
-rw-r--r--src/database/Postgres95.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 885150b7..05cfca55 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -6,6 +6,8 @@
namespace PHPPgAdmin\Database;
+use PHPPgAdmin\Help\PostgresDoc95;
+
/**
* @file
* PostgreSQL 9.5 support
@@ -17,7 +19,7 @@ class Postgres95 extends Postgres96
/**
* @var class-string
*/
- public $help_classname = \PHPPgAdmin\Help\PostgresDoc95::class;
+ public $help_classname = PostgresDoc95::class;
/**
* @var float