* @method self name(string $name) * @method self from(string $from) * @method self to(string $to) * @method self excerpt(string $excerpt) * @method self registrationFrom(string|null $date) * @method self registrationUntil(string|null $date) * @method self isActive(bool $isActive) * @method self isPrivate(bool $isPrivate) * @method self export(ExportData $data) */ class FormFactory extends Factory { use FakesMedia; /** * The name of the factory's corresponding model. * * @var class-string