This commit is contained in:
Brandon Lee
2019-10-22 13:46:23 +00:00
parent 2fee2f340a
commit b4c210566d
8 changed files with 54 additions and 8 deletions

View File

@@ -29,9 +29,13 @@ namespace OCA\UserSQL\Model;
class User
{
/**
* @var string The UID (username).
* @var string The UID (uid).
*/
public $uid;
/**
* @var string The user's username for login.
*/
public $username;
/**
* @var string The user's email address.
*/