diff options
Diffstat (limited to 'apps/updatenotification/lib/AppInfo/Application.php')
-rw-r--r-- | apps/updatenotification/lib/AppInfo/Application.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/AppInfo/Application.php b/apps/updatenotification/lib/AppInfo/Application.php index 91b9020d82e..6a1bf719469 100644 --- a/apps/updatenotification/lib/AppInfo/Application.php +++ b/apps/updatenotification/lib/AppInfo/Application.php @@ -71,6 +71,6 @@ class Application extends App { public function registerNotifier() { $notificationsManager = $this->getContainer()->getServer()->getNotificationManager(); - $notificationsManager->registerNotifier(Notifier::class); + $notificationsManager->registerNotifierService(Notifier::class); } } |