mirror of
https://github.com/retailcrm/transparent-email.git
synced 2025-04-05 23:03:34 +03:00
Code style
This commit is contained in:
parent
f499bd0fc6
commit
8a31309423
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ abstract class MultiDomain implements ServiceInterface
|
|||
if (!$this->isCaseSensitive()) {
|
||||
$email = strtolower($email);
|
||||
}
|
||||
|
||||
|
||||
return explode('@', $email)[0] . '@' . $this->getPrimaryDomain();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue