mirror of
https://github.com/retailcrm/transparent-email.git
synced 2025-03-29 11:49:58 +03:00
Missing "break"
This commit is contained in:
parent
61ec664f97
commit
5557e8d955
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class TransparentEmail
|
|||
$service = new $serviceClass();
|
||||
if ($service->isDomainSupported($domain)) {
|
||||
$result = $service->getPrimaryEmail($result);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue