User::factory(), "type" => $this->faker->randomElement(VacationType::cases()), "from" => $this->faker->date, "to" => $this->faker->date, "comment" => $this->faker->boolean ? $this->faker->paragraph() : null, ]; } }