Ouzo\Config\ConfigRepository::_getConfigCustom PHP Method

_getConfigCustom() private method

private _getConfigCustom ( )
    private function _getConfigCustom()
    {
        $result = array();
        foreach ($this->_customConfigs as $config) {
            $result = array_replace_recursive($result, $config->getConfig());
        }
        return $result;
    }