mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
fixes person resources
This commit is contained in:
@@ -45,8 +45,6 @@ class EntityToJsonTransformer implements DataTransformerInterface
|
||||
{
|
||||
$denormalized = json_decode($value, true);
|
||||
|
||||
dump($value);
|
||||
|
||||
if ($this->multiple) {
|
||||
if (null === $denormalized) {
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user