Skip to content

Commit 33f0838

Browse files
committed
fix typo in User model hidden attributes
1 parent d029d08 commit 33f0838

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)