mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
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…
x
Reference in New Issue
Block a user