mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Hide vital fields
This commit is contained in:
parent
7c9735b7b1
commit
cd1efcdcfc
@ -38,6 +38,8 @@ class User extends Authenticatable
|
|||||||
'verified' => 'bool',
|
'verified' => 'bool',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected $hidden = ['password', 'remember_token'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Storage size used by user in KiB.
|
* Storage size used by user in KiB.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user