From fc1161722282ecc2d3a40627042b3dac418126cd Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 14 Apr 2021 08:46:03 +0200 Subject: [PATCH] Deprecate the old way Signed-off-by: Roeland Jago Douma --- lib/public/Notification/IManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php index accebee61b..a98df30183 100644 --- a/lib/public/Notification/IManager.php +++ b/lib/public/Notification/IManager.php @@ -53,6 +53,7 @@ interface IManager extends IApp, INotifier { * @param string $notifierService The service must implement INotifier, otherwise a * \InvalidArgumentException is thrown later * @since 17.0.0 + * @depreacted 22.0.0 use the IBootStrap registration context */ public function registerNotifierService(string $notifierService): void;