fix status
This commit is contained in:
parent
6e49ef0208
commit
0df319e64a
@ -98,7 +98,7 @@ class UptimeRobotApiService
|
|||||||
|
|
||||||
foreach ($alertContacts as $alertContactName) {
|
foreach ($alertContacts as $alertContactName) {
|
||||||
if (!empty($alertContactName)) {
|
if (!empty($alertContactName)) {
|
||||||
$alertContact = $this->alertContactService->findbyName($alertContactName);
|
$alertContact = $this->getAlertContactService()->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