mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Deprecate the old way
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
808e589035
commit
fc11617222
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue