Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PostgresDoc95.php « help « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9eb8e67889b7555f23bb53a39148d839f8d8e72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * PHPPgAdmin v6.0.0-RC4
 */

namespace PHPPgAdmin\Help;

/**
 * Help links for PostgreSQL 9.5 documentation.
 */
class PostgresDoc95 extends PostgresDoc94
{
    public function __construct($conf, $major_version)
    {
        parent::__construct($conf, $major_version);
    }
}