feat: cron
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Database\Factories;
|
||||
|
||||
use App\Enums\DietType;
|
||||
use App\Enums\MealPostVisibility;
|
||||
use App\Models\MealPosts;
|
||||
use App\Models\User;
|
||||
@@ -24,6 +25,8 @@ class MealPostsFactory extends Factory
|
||||
'title' => $this->faker->word(),
|
||||
'eaten_at' => Carbon::now(),
|
||||
'visibility' => MealPostVisibility::Private,
|
||||
'ai_generated' => false,
|
||||
'diet_type' => DietType::OMNIVORE,
|
||||
'created_at' => Carbon::now(),
|
||||
'updated_at' => Carbon::now(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user