mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
Code style
This commit is contained in:
parent
f499bd0fc6
commit
8a31309423
@ -14,7 +14,7 @@ abstract class MultiDomain implements ServiceInterface
|
||||
if (!$this->isCaseSensitive()) {
|
||||
$email = strtolower($email);
|
||||
}
|
||||
|
||||
|
||||
return explode('@', $email)[0] . '@' . $this->getPrimaryDomain();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user