Skip to content

Commit a1c13c9

Browse files
committed
refactor: remove unused key force_pass_reset
1 parent 7855d91 commit a1c13c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Entities/User.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ class User extends Entity
4040
* @var array<string, string>
4141
*/
4242
protected $casts = [
43-
'active' => 'boolean',
44-
'force_pass_reset' => 'boolean',
45-
'permissions' => 'array',
46-
'groups' => 'array',
43+
'active' => 'boolean',
44+
'permissions' => 'array',
45+
'groups' => 'array',
4746
];
4847

4948
/**

0 commit comments

Comments
 (0)