daily('sendNotificationIfUpdateAvailable', null, self::LOWEST_PRIORITY); } public function sendNotificationIfUpdateAvailable() { $coreUpdateCommunication = new UpdateCommunication(); if ($coreUpdateCommunication->isEnabled()) { $coreUpdateCommunication->sendNotificationIfUpdateAvailable(); } } }