diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-11 12:29:58 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-11 12:29:58 +0100 |
commit | d0716d2c7df9d150a2705a517efcde8855a51f51 (patch) | |
tree | 6a5f7412f1f4d43f1449e34075042f80f0d380cc /lib/public/iusermanager.php | |
parent | 661dc789cec2504978b5c64b5a64410137054690 (diff) | |
download | nextcloud-server-d0716d2c7df9d150a2705a517efcde8855a51f51.tar.gz nextcloud-server-d0716d2c7df9d150a2705a517efcde8855a51f51.zip |
Use public interface
Diffstat (limited to 'lib/public/iusermanager.php')
-rw-r--r-- | lib/public/iusermanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iusermanager.php b/lib/public/iusermanager.php index 86e495772da..1691aee8e7d 100644 --- a/lib/public/iusermanager.php +++ b/lib/public/iusermanager.php @@ -33,7 +33,7 @@ interface IUserManager { /** * Get the active backends - * @return \OC_User_Interface[] + * @return \OCP\UserInterface[] */ public function getBackends(); |