Update EmailNotification.php
This commit is contained in:
parent
1f62c612b2
commit
c893d1b6ca
|
@ -223,7 +223,7 @@ class EmailNotification extends Notification
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$list = explode($value, ';');
|
$list = explode(';', $value);
|
||||||
foreach ($list as $element) {
|
foreach ($list as $element) {
|
||||||
$this->receivers[] = [
|
$this->receivers[] = [
|
||||||
'email' => $element,
|
'email' => $element,
|
||||||
|
|
Loading…
Reference in New Issue