Skip to content

Commit 0847b07

Browse files
authored
Merge pull request #337 from kenjis/remove-force_pass_reset
refactor: remove unused key `force_pass_reset`
2 parents 7855d91 + a1c13c9 commit 0847b07

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)