This commit is contained in:
iVampireSP.com 2022-09-09 16:20:23 +08:00
parent 19cae6317d
commit 612a1c471e
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -35,7 +35,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
* @var string[] * @var string[]
*/ */
protected $hidden = [ protected $hidden = [
'password', 'password', 'remember_token',
]; ];
protected $casts = [ protected $casts = [