Fix variable names and comments typos

[MAILPOET-4302]
This commit is contained in:
Rostislav Wolny
2022-08-04 15:20:19 +02:00
committed by Veljko V
parent d625457174
commit e03e375942
3 changed files with 31 additions and 31 deletions

View File

@ -263,7 +263,7 @@ class Settings extends APIEndpoint {
$domain = strtolower(trim($domain));
$response = ['isDmarcPolicyRetricted' => $this->senderDomainController->isDomainDmarcRestricted($domain)];
$response = ['isDmarcPolicyRestricted' => $this->senderDomainController->isDomainDmarcRestricted($domain)];
return $this->successResponse($response);
}