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