diff --git a/src/Appwrite/Platform/Modules/Proxy/Action.php b/src/Appwrite/Platform/Modules/Proxy/Action.php index daef09b5f0..972bb2cd12 100644 --- a/src/Appwrite/Platform/Modules/Proxy/Action.php +++ b/src/Appwrite/Platform/Modules/Proxy/Action.php @@ -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', ''));