You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not try do retrieve object in ItemNormalizer $context['resource_class'] is not defined (#2326)
* Do not try do retrieve object in ItemNormalizer $context['resource_class'] is not defined
We store some document in Elasticsearch and we hydrate them with the Serializer.
But the `ItemNormalizer` raise an error because the `resource_class` is not defined.
* Added some log when the $context['resource_class'] is missing in ItemNormalizer
0 commit comments