feat: account verified at
This commit is contained in:
@@ -65,6 +65,7 @@ class User extends Authenticatable implements FilamentUser, MustVerifyEmail
|
||||
{
|
||||
return [
|
||||
'email_verified_at' => 'datetime',
|
||||
'account_verified_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
'daily_calorie_goal' => 'integer',
|
||||
'daily_protein_goal' => 'float',
|
||||
|
||||
Reference in New Issue
Block a user