mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: style sweep
This commit is contained in:
+8
-8
@@ -35,11 +35,11 @@
|
||||
* RegRu DNS API
|
||||
* @package OPNsense\AcmeClient
|
||||
*/
|
||||
class DnsRegru extends Base implements LeValidationInterface
|
||||
{
|
||||
public function prepare()
|
||||
{
|
||||
$this->acme_env['REGRU_API_Username'] = (string)$this->config->dns_regru_username;
|
||||
$this->acme_env['REGRU_API_Password'] = (string)$this->config->dns_regru_password;
|
||||
}
|
||||
}
|
||||
class DnsRegru extends Base implements LeValidationInterface
|
||||
{
|
||||
public function prepare()
|
||||
{
|
||||
$this->acme_env['REGRU_API_Username'] = (string)$this->config->dns_regru_username;
|
||||
$this->acme_env['REGRU_API_Password'] = (string)$this->config->dns_regru_password;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user