diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-04-14 08:46:03 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-04-16 13:56:28 +0200 |
commit | fc1161722282ecc2d3a40627042b3dac418126cd (patch) | |
tree | d4ce52c678683029d3ed60a866c0d6ebe611bee0 /lib/public | |
parent | 808e5890355a9f719bd6db5f74c3514a07140963 (diff) | |
download | nextcloud-server-fc1161722282ecc2d3a40627042b3dac418126cd.tar.gz nextcloud-server-fc1161722282ecc2d3a40627042b3dac418126cd.zip |
Deprecate the old way
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Notification/IManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php index accebee61ba..a98df30183c 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; |