Client::factory(), 'type' => $this->faker->randomElement(HistoryEntryType::cases())->value, 'body' => $this->faker->paragraph(), 'author_id' => User::factory(), 'updated_by' => null, ]; } }