add alertcontact in uptimerobotservice
This commit is contained in:
parent
02dc8f76d1
commit
dfbff8b44e
@ -97,10 +97,11 @@ class UptimeRobotApiService
|
|||||||
$alertContacts = explode(',', $alertContactsString);
|
$alertContacts = explode(',', $alertContactsString);
|
||||||
|
|
||||||
foreach ($alertContacts as $alertContactName) {
|
foreach ($alertContacts as $alertContactName) {
|
||||||
|
if (!empty($alertContactName)) {
|
||||||
$alertContact = $this->alertContactService->findbyName($alertContactName);
|
$alertContact = $this->alertContactService->findbyName($alertContactName);
|
||||||
if ($alertContact instanceof AlertContact) {
|
if ($alertContact instanceof AlertContact) {
|
||||||
$this->alertContacts[] = $alertContact;
|
$this->alertContacts[] = $alertContact;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user