Missing "break"

This commit is contained in:
bkrukowski 2016-09-20 19:21:33 +02:00
parent 61ec664f97
commit 5557e8d955

View File

@ -60,6 +60,7 @@ class TransparentEmail
$service = new $serviceClass();
if ($service->isDomainSupported($domain)) {
$result = $service->getPrimaryEmail($result);
break;
}
}