diff --git a/composer.lock b/composer.lock index faf81404..e6de4a7b 100644 --- a/composer.lock +++ b/composer.lock @@ -914,12 +914,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "6ce31e5724b4a720bb968aafd4f6affc1f22e5c4" + "reference": "cd912d2ba9fca6027ee4d0a55fd06c41c75af4d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6ce31e5724b4a720bb968aafd4f6affc1f22e5c4", - "reference": "6ce31e5724b4a720bb968aafd4f6affc1f22e5c4", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/cd912d2ba9fca6027ee4d0a55fd06c41c75af4d2", + "reference": "cd912d2ba9fca6027ee4d0a55fd06c41c75af4d2", "shasum": "" }, "require": { @@ -955,7 +955,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2026-02-13T01:14:34+00:00" + "time": "2026-03-27T01:17:33+00:00" }, { "name": "nikic/php-parser", @@ -3984,5 +3984,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" } diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 9512b01d..b504e9db 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -1,4 +1,7 @@ registerNotifierService(Notifier::class); } public function boot(IBootContext $context): void { - $notificationManager = $context->getServerContainer()->getNotificationManager(); - $notificationManager->registerNotifierService(Notifier::class); } }