Skip to content
Snippets Groups Projects
Commit 4b4d1316 authored by Sam Tuke's avatar Sam Tuke
Browse files

Minor change to comment

parent 7203f695
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,10 @@ define('OC_USER_BACKEND_USER_EXISTS', 0x100000);
/**
* abstract base class for user management
* subclass this for your own backends and see OC_User_Example for descriptions
* Abstract base class for user management. Provides methods for querying backend
* capabilities.
*
* Subclass this for your own backends, and see OC_User_Example for descriptions
*/
abstract class OC_User_Backend {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment