Fix variable names and comments typos
[MAILPOET-4302]
This commit is contained in:
committed by
Veljko V
parent
d625457174
commit
e03e375942
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user