feat: ations

This commit is contained in:
2026-05-17 13:28:02 +02:00
parent 1964b60949
commit 2b6a680d22
9 changed files with 302 additions and 18 deletions
+4
View File
@@ -29,6 +29,10 @@ class UserFactory extends Factory
'email_verified_at' => now(),
'password' => static::$password ??= Hash::make('password'),
'avatar_url' => null,
'daily_calorie_goal' => 2000,
'daily_protein_goal' => 120,
'daily_carbs_goal' => 250,
'daily_fats_goal' => 70,
'remember_token' => Str::random(10),
];
}