Code style

This commit is contained in:
bkrukowski 2016-09-23 21:50:51 +02:00
parent f499bd0fc6
commit 8a31309423

View File

@ -14,7 +14,7 @@ abstract class MultiDomain implements ServiceInterface
if (!$this->isCaseSensitive()) {
$email = strtolower($email);
}
return explode('@', $email)[0] . '@' . $this->getPrimaryDomain();
}