hidden
This commit is contained in:
parent
19cae6317d
commit
612a1c471e
@ -35,7 +35,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
|
||||
* @var string[]
|
||||
*/
|
||||
protected $hidden = [
|
||||
'password',
|
||||
'password', 'remember_token',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
Loading…
Reference in New Issue
Block a user