feat: ations
This commit is contained in:
@@ -28,6 +28,10 @@ class User extends Authenticatable implements FilamentUser
|
||||
'password',
|
||||
'avatar_url',
|
||||
'bio',
|
||||
'daily_calorie_goal',
|
||||
'daily_protein_goal',
|
||||
'daily_carbs_goal',
|
||||
'daily_fats_goal',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -50,6 +54,10 @@ class User extends Authenticatable implements FilamentUser
|
||||
return [
|
||||
'email_verified_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
'daily_calorie_goal' => 'integer',
|
||||
'daily_protein_goal' => 'float',
|
||||
'daily_carbs_goal' => 'float',
|
||||
'daily_fats_goal' => 'float',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user