fake()->year(), 'month' => fake()->numberBetween(1, 12), 'status' => fake()->randomElement(['open', 'closed']), 'closed_at' => null, ]; } }