mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
add support status on users
This commit is contained in:
parent
e59631607b
commit
413c058ffc
10 changed files with 156 additions and 8 deletions
|
@ -16,6 +16,9 @@ namespace models;
|
|||
*/
|
||||
class User extends \descartes\Model
|
||||
{
|
||||
const STATUS_SUSPENDED = 'suspended';
|
||||
const STATUS_ACTIVE = 'active';
|
||||
|
||||
/**
|
||||
* Find a user by his id.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue