From abdf89ff8946b983c7d51d9b2a4c23a30e7d5a80 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Tue, 27 Jan 2026 17:51:11 +0530 Subject: [PATCH] Add nameservers param --- src/Appwrite/Platform/Workers/Certificates.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appwrite/Platform/Workers/Certificates.php b/src/Appwrite/Platform/Workers/Certificates.php index 33ebd39092..2d7fffc877 100644 --- a/src/Appwrite/Platform/Workers/Certificates.php +++ b/src/Appwrite/Platform/Workers/Certificates.php @@ -76,6 +76,7 @@ class Certificates extends Action * @param CertificatesAdapter $certificates * @param array $plan * @param ValidatorAuthorization $authorization + * @param array $nameservers * @return void * @throws Throwable * @throws \Utopia\Database\Exception @@ -93,6 +94,7 @@ class Certificates extends Action CertificatesAdapter $certificates, array $plan, ValidatorAuthorization $authorization, + array $nameservers, ): void { $payload = $message->getPayload() ?? [];