Merge branch 'server' of https://github.com/JaguarJack/catch-admin into server
This commit is contained in:
commit
592cae1e2f
@ -32,6 +32,8 @@ class User extends Model implements AuthenticatableContract
|
|||||||
'id', 'username', 'email', 'avatar', 'password', 'remember_token', 'creator_id', 'status', 'department_id', 'login_ip', 'login_at', 'created_at', 'updated_at', 'deleted_at'
|
'id', 'username', 'email', 'avatar', 'password', 'remember_token', 'creator_id', 'status', 'department_id', 'login_ip', 'login_at', 'created_at', 'updated_at', 'deleted_at'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected array $defaultHidden = ['password', 'remember_token'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array|string[]
|
* @var array|string[]
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user