Skip to content
Snippets Groups Projects
Commit 0f379fd2 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

OC_User: getHome is an optional method, taking it out of the Interface

parent 3970d0e6
Branches
No related tags found
No related merge requests found
......@@ -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);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment