Skip to content

Commit 5f5bcb5

Browse files
authored
Merge pull request #209 from laravel/fix/typo_in_hidden
fix typo in User model hidden attributes
2 parents d029d08 + 33f0838 commit 5f5bcb5

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)