Update EmailNotification.php

This commit is contained in:
Luca 2019-07-12 12:59:03 +02:00
parent 1f62c612b2
commit c893d1b6ca
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class EmailNotification extends Notification
return;
}
$list = explode($value, ';');
$list = explode(';', $value);
foreach ($list as $element) {
$this->receivers[] = [
'email' => $element,