Bump symfony/http-kernel from 4.4.43 to 4.4.50 #1

Open
dependabot[bot] wants to merge 15 commits from dependabot/composer/symfony/http-kernel-4.4.50 into master
Showing only changes of commit 0df319e64a - Show all commits

View File

@ -98,7 +98,7 @@ class UptimeRobotApiService
foreach ($alertContacts as $alertContactName) {
if (!empty($alertContactName)) {
$alertContact = $this->alertContactService->findbyName($alertContactName);
$alertContact = $this->getAlertContactService()->findbyName($alertContactName);
if ($alertContact instanceof AlertContact) {
$this->alertContacts[] = $alertContact;
}