We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb53789 commit 5006901Copy full SHA for 5006901
Serializer/Normalizer/FlattenExceptionNormalizer.php
@@ -86,7 +86,7 @@ public function supportsNormalization($data, $format = null, array $context = []
86
}
87
88
// we are in messenger context
89
- if (!empty($context[Serializer::MESSENGER_SERIALIZATION_CONTEXT])) {
+ if (!empty($context['messenger_serialization'])) { // Serializer::MESSENGER_SERIALIZATION_CONTEXT
90
return false;
91
92
0 commit comments