mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 07:48:39 -04:00
Merge pull request #25872 from nextcloud/backport/25869/stable21
[stable21] Fix namespacing
This commit is contained in:
commit
65db84d0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ interface IManager {
|
|||
/**
|
||||
* Return a list of the user's addressbooks
|
||||
*
|
||||
* @return IAddressBook[]
|
||||
* @return \OCP\IAddressBook[]
|
||||
* @since 16.0.0
|
||||
*/
|
||||
public function getUserAddressBooks();
|
||||
|
|
|
|||
Loading…
Reference in a new issue