Skip to content

Commit 196757d

Browse files
authored
Merge pull request #182 from laravel/fix/typo_in_hidden
fix typo in User model hidden attributes
2 parents c9e91d2 + 6f4f233 commit 196757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class User extends Authenticatable
3232
protected $hidden = [
3333
'password',
3434
'two_factor_secret',
35-
'two_factory_recovery_codes',
35+
'two_factor_recovery_codes',
3636
'remember_token',
3737
];
3838

0 commit comments

Comments
 (0)