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

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

/**
 * PHPPgAdmin6
 */

// Include application functions
function castsFactory($container)
{
    $do_render = false;

    return new \PHPPgAdmin\Controller\CastsController($container);
}