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/Postgres12.php')
-rw-r--r--src/database/Postgres12.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 82185c50..75f97e8d 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -6,6 +6,8 @@
namespace PHPPgAdmin\Database;
+use PHPPgAdmin\Help\PostgresDoc12;
+
/**
* @file
* PostgreSQL 12.x support
@@ -23,7 +25,7 @@ class Postgres12 extends Postgres11
/**
* @var class-string
*/
- public $help_classname = \PHPPgAdmin\Help\PostgresDoc12::class;
+ public $help_classname = PostgresDoc12::class;
/**
* Checks to see whether or not a table has a unique id column.