Fix typo in isDomainDmarcRestricted method name
[MAILPOET-4302]
This commit is contained in:
committed by
Veljko V
parent
4ffdd5bed5
commit
fd1ac46207
@@ -263,7 +263,7 @@ class Settings extends APIEndpoint {
|
||||
|
||||
$domain = strtolower(trim($domain));
|
||||
|
||||
$response = ['isDmarcPolicyRetricted' => $this->senderDomainController->isDomainDmarcRetricted($domain)];
|
||||
$response = ['isDmarcPolicyRetricted' => $this->senderDomainController->isDomainDmarcRestricted($domain)];
|
||||
|
||||
return $this->successResponse($response);
|
||||
}
|
||||
|
Reference in New Issue
Block a user