diff options
author | Joas Schilling <coding@schilljs.com> | 2019-07-16 16:58:38 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-07-16 16:58:38 +0200 |
commit | 594efca1e3b936d0d86f2d80ebf366980a425713 (patch) | |
tree | 8ab24fbc7ad4cefb4109e6bf2d1ea8a66ead089c /lib/private/Notification/Manager.php | |
parent | 565838da9c279fe071a9cdfbfd9cf574893a61f5 (diff) | |
download | nextcloud-server-594efca1e3b936d0d86f2d80ebf366980a425713.tar.gz nextcloud-server-594efca1e3b936d0d86f2d80ebf366980a425713.zip |
Update since to the correct version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Notification/Manager.php')
-rw-r--r-- | lib/private/Notification/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php index 9cca86a4bda..fae0a66491e 100644 --- a/lib/private/Notification/Manager.php +++ b/lib/private/Notification/Manager.php @@ -67,7 +67,7 @@ class Manager implements IManager { /** * @param string $appClass The service must implement IApp, otherwise a * \InvalidArgumentException is thrown later - * @since 9.0.0 + * @since 17.0.0 */ public function registerApp(string $appClass): void { $this->appClasses[] = $appClass; |