Skip to content

Commit 551f259

Browse files
committed
Update User.php
1 parent 8839ce1 commit 551f259

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)