diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-22 16:20:26 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-22 16:20:26 +0100 |
commit | 7731b2913691db6966dac77241ed93b45902f7e3 (patch) | |
tree | 9f3abb4c0f2f30fb607833fae57f504fe20cc860 /lib/public/iservercontainer.php | |
parent | 21131d133a949c4a574430f15c8e605eeb296ade (diff) | |
parent | 31c5848e51e8a61e0f6c9931efa15ff80681e0e1 (diff) | |
download | nextcloud-server-7731b2913691db6966dac77241ed93b45902f7e3.tar.gz nextcloud-server-7731b2913691db6966dac77241ed93b45902f7e3.zip |
Merge pull request #21719 from owncloud/move-notification-api-to-ocp
Move the notification API to public namespace
Diffstat (limited to 'lib/public/iservercontainer.php')
-rw-r--r-- | lib/public/iservercontainer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index 82084f021e8..e21c9fb8e4b 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -476,8 +476,8 @@ interface IServerContainer { /** * Get the Notification Manager * - * @return \OC\Notification\IManager - * @since 8.2.0 + * @return \OCP\Notification\IManager + * @since 9.0.0 */ public function getNotificationManager(); |