DirectAdmin\LetsEncrypt\Lib\Utility\ConfigurableTrait::deleteConfigKey PHP Method

deleteConfigKey() public method

Delete a key from the configuration and save it
public deleteConfigKey ( $key )
$key
    public function deleteConfigKey($key)
    {
        unset($this->config[$key]);
        $this->saveConfig();
    }