mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
OC_User: getHome is an optional method, taking it out of the Interface
This commit is contained in:
parent
3970d0e636
commit
0f379fd28a
1 changed files with 0 additions and 7 deletions
|
|
@ -57,11 +57,4 @@ interface OC_User_Interface {
|
|||
*/
|
||||
public function userExists($uid);
|
||||
|
||||
/**
|
||||
* @brief get the user's home directory
|
||||
* @param string $uid the username
|
||||
* @return boolean
|
||||
*/
|
||||
public function getHome($uid);
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue