feature: user list
This commit is contained in:
@@ -10,18 +10,6 @@ class User extends Authenticatable
|
||||
{
|
||||
use HasFactory, Notifiable;
|
||||
|
||||
const ROLE_MEMBER = 0;
|
||||
const ROLE_ADMIN = 1;
|
||||
|
||||
const STATUS_INACTIVE = 0;
|
||||
const STATUS_ACTIVE = 1;
|
||||
|
||||
const FLAG_SEND_DISABLED = 0;
|
||||
const FLAG_SEND_ENABLED = 1;
|
||||
|
||||
const FIRST_LOGIN_FALSE = 0;
|
||||
const FIRST_LOGIN_TRUE = 1;
|
||||
|
||||
|
||||
protected $table = 'user';
|
||||
public $timestamps = false;
|
||||
|
||||
Reference in New Issue
Block a user