diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-25 17:15:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 17:15:11 +0200 |
commit | 3faef644a103d739639327d9f73e03611634a9c3 (patch) | |
tree | c0da9dc391ad2656f871376bfd1a61c997a7ca71 /lib/public | |
parent | 63676d3b24a9d60b3961150dee01fcdd30eb4d9c (diff) | |
parent | 89a7b007f2d388fe3aa666ec1be9a95fd71a08af (diff) | |
download | nextcloud-server-3faef644a103d739639327d9f73e03611634a9c3.tar.gz nextcloud-server-3faef644a103d739639327d9f73e03611634a9c3.zip |
Merge pull request #5864 from nextcloud/legacy_user
Remove legacy OC_User_Backend and OC_User_Interface
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/UserInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index 119564da736..61136783b3c 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.php @@ -46,7 +46,7 @@ interface UserInterface { * @return boolean * * Returns the supported actions as int to be - * compared with \OC_User_Backend::CREATE_USER etc. + * compared with \OC\User\Backend::CREATE_USER etc. * @since 4.5.0 */ public function implementsActions($actions); |