mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
security/acme-client: minor style fixes, refs #4328
This commit is contained in:
parent
83dee33e3a
commit
afa69999be
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@
|
|||
*/
|
||||
|
||||
namespace OPNsense\AcmeClient\LeValidation;
|
||||
|
||||
|
||||
use OPNsense\AcmeClient\LeValidationInterface;
|
||||
use OPNsense\Core\Config;
|
||||
|
||||
|
||||
class DnsMydnsjp extends Base implements LeValidationInterface
|
||||
{
|
||||
public function prepare()
|
||||
|
|
|
|||
Loading…
Reference in a new issue