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 1936a8d commit 7aed8feCopy full SHA for 7aed8fe
app/Models/User.php
@@ -44,6 +44,7 @@ protected function casts(): array
44
return [
45
'email_verified_at' => 'datetime',
46
'password' => 'hashed',
47
+ 'two_factor_confirmed_at' => 'datetime',
48
];
49
}
50
0 commit comments