Fakerino\Fakerino::getDatabaseConfig PHP Method

getDatabaseConfig() private static method

private static getDatabaseConfig ( )
    private static function getDatabaseConfig()
    {
        try {
            $conf = self::$defaultConf->get('database');
        } catch (ConfValueNotFoundException $e) {
            $conf = null;
        }
        return $conf;
    }