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

dataimport.php « views « tests - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f99d417fe91d58f46bb51f07910c6f532be08f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * PHPPgAdmin 6.1.2
 */

/**
 * @param Psr\Container\ContainerInterface $container
 */
function dataimportFactory($container)
{
    return new \PHPPgAdmin\Controller\DataimportController($container);
}