mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Update EmailNotification.php
This commit is contained in:
@@ -223,7 +223,7 @@ class EmailNotification extends Notification
|
||||
return;
|
||||
}
|
||||
|
||||
$list = explode($value, ';');
|
||||
$list = explode(';', $value);
|
||||
foreach ($list as $element) {
|
||||
$this->receivers[] = [
|
||||
'email' => $element,
|
||||
|
Reference in New Issue
Block a user