fixes person resources

This commit is contained in:
2022-01-26 17:53:09 +01:00
parent 6e554e74ab
commit dc0fae7549
9 changed files with 81 additions and 89 deletions

View File

@@ -45,8 +45,6 @@ class EntityToJsonTransformer implements DataTransformerInterface
{
$denormalized = json_decode($value, true);
dump($value);
if ($this->multiple) {
if (null === $denormalized) {
return [];