User active column

This commit is contained in:
Marcin Łojewski
2018-06-13 20:01:09 +02:00
parent b00f61193e
commit a312ba8c47
8 changed files with 21 additions and 1 deletions

View File

@@ -48,6 +48,10 @@ class User
* @var string The user's home location.
*/
public $home;
/**
* @var bool Is user account active.
*/
public $active;
/**
* @var bool Can user change its avatar.
*/