fix syntax bug

This commit is contained in:
Matej Bačo
2025-09-17 13:26:19 +02:00
parent 0af3338cab
commit 47cf9aa0fc
@@ -30,7 +30,7 @@ class Action extends PlatformAction
*/
public static function verifyRule(Document $rule, ?Log $log = null, ?string $verificationDomainAPI = null, ?string $verificationDomainFunction = null): void
{
$dnsValidatorClass = $this->getDNSValidator();
$dnsValidatorClass = self::getDNSValidator();
$domain = new Domain($rule->getAttribute('domain', ''));