We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8839ce1 commit 551f259Copy full SHA for 551f259
app/Models/User.php
@@ -46,6 +46,7 @@ protected function casts(): array
46
return [
47
'email_verified_at' => 'datetime',
48
'password' => 'hashed',
49
+ 'two_factor_confirmed_at' => 'datetime',
50
];
51
}
52
0 commit comments