From 1972acadfa7ea888fa2f4cb18397a9a5383fac78 Mon Sep 17 00:00:00 2001 From: Pawel Wasiluk Date: Thu, 23 Dec 2021 12:43:42 +0100 Subject: [PATCH] Moving back pool id naming --- src/Api/Domain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Domain.php b/src/Api/Domain.php index 2c52642..c094136 100644 --- a/src/Api/Domain.php +++ b/src/Api/Domain.php @@ -86,7 +86,7 @@ class Domain extends HttpApi * @param bool $wildcard domain will accept email for subdomains * @param bool $forceDkimAuthority force DKIM authority * @param string[] $ips an array of ips to be assigned to the domain - * @param ?string $pool_id pool id to assign to the domain + * @param ?string $pool_id pool id to assign to the domain * @param string $webScheme `http` or `https` - set your open, click and unsubscribe URLs to use http or https. The default is http * @param string $dkimKeySize Set length of your domain’s generated DKIM key *