Skip to content

Commit eaa7ec7

Browse files
Merge pull request #211 from laravel/cast-two-factor-confirmed-at-to-datetime
Cast two factor confirmed at to datetime
2 parents 8839ce1 + 551f259 commit eaa7ec7

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
@@ -46,6 +46,7 @@ protected function casts(): array
4646
return [
4747
'email_verified_at' => 'datetime',
4848
'password' => 'hashed',
49+
'two_factor_confirmed_at' => 'datetime',
4950
];
5051
}
5152
}

0 commit comments

Comments
 (0)