mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
Missing "break"
This commit is contained in:
parent
61ec664f97
commit
5557e8d955
@ -60,6 +60,7 @@ class TransparentEmail
|
||||
$service = new $serviceClass();
|
||||
if ($service->isDomainSupported($domain)) {
|
||||
$result = $service->getPrimaryEmail($result);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user