Update bundles to version v3.9.1

This commit is contained in:
2025-02-27 12:20:16 +01:00
parent a71d066765
commit d1c9926bb1
3 changed files with 8 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class GenderDocGenNormalizer implements ContextAwareNormalizerInterface, Normali
'id' => $gender->getId(),
'label' => $this->translatableStringHelper->localize($gender->getLabel()),
'genderTranslation' => $gender->getGenderTranslation(),
'type' => 'chill_main_gender'
'type' => 'chill_main_gender',
];
}
}