This commit is contained in:
Julie Lenaerts 2022-04-21 21:22:18 +02:00
parent a4baf89a6a
commit b85e6aae3f

View File

@ -40,7 +40,7 @@ class SocialActionNormalizer implements NormalizerAwareInterface, NormalizerInte
'desactivationDate' => $this->normalizer->normalize($socialAction->getDesactivationDate(), $format, $context),
'title' => $socialAction->getTitle(),
'issue' => $this->normalizer->normalize($socialAction->getIssue(), $format, $context),
'ordering' => $this->normalizer->normalize($socialAction->getOrdering(), $format, $context)
'ordering' => $this->normalizer->normalize($socialAction->getOrdering(), $format, $context),
];
case 'docgen':