Skip to content

Commit 7aed8fe

Browse files
authored
chore: add cast for two_factor_confirmed_at
1 parent 1936a8d commit 7aed8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ protected function casts(): array
4444
return [
4545
'email_verified_at' => 'datetime',
4646
'password' => 'hashed',
47+
'two_factor_confirmed_at' => 'datetime',
4748
];
4849
}
4950
}

0 commit comments

Comments
 (0)