mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-22 05:16:05 +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()) {
|
if (!$this->isCaseSensitive()) {
|
||||||
$email = strtolower($email);
|
$email = strtolower($email);
|
||||||
}
|
}
|
||||||
|
|
||||||
return explode('@', $email)[0] . '@' . $this->getPrimaryDomain();
|
return explode('@', $email)[0] . '@' . $this->getPrimaryDomain();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user