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