mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix syntax bug
This commit is contained in:
@@ -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', ''));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user