Beispiel #1
0
 public function sendNotificationIfUpdateAvailable()
 {
     $coreUpdateCommunication = new UpdateCommunication();
     if ($coreUpdateCommunication->isEnabled()) {
         $coreUpdateCommunication->sendNotificationIfUpdateAvailable();
     }
 }