mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove dump
This commit is contained in:
parent
3b8c329ff6
commit
37a8928e41
@ -111,7 +111,7 @@ class PersonDocGenNormalizer implements
|
|||||||
'address' => $this->normalizer->normalize($person->getCurrentPersonAddress(), $format, $addressContext),
|
'address' => $this->normalizer->normalize($person->getCurrentPersonAddress(), $format, $addressContext),
|
||||||
'resources' => $this->personResourceRepository->findBy(['personOwner' => $person]),
|
'resources' => $this->personResourceRepository->findBy(['personOwner' => $person]),
|
||||||
];
|
];
|
||||||
dump($data);
|
|
||||||
if ($context['docgen:person:with-household'] ?? false) {
|
if ($context['docgen:person:with-household'] ?? false) {
|
||||||
$data['household'] = $this->normalizer->normalize(
|
$data['household'] = $this->normalizer->normalize(
|
||||||
$person->getCurrentHousehold(),
|
$person->getCurrentHousehold(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user