Ouzo\Config\ConfigRepository::addCustomConfig PHP Method

addCustomConfig() public method

public addCustomConfig ( $customConfig )
    public function addCustomConfig($customConfig)
    {
        $this->_customConfigs[] = $customConfig;
    }