remove dump

This commit is contained in:
Julien Fastré 2022-03-21 16:19:27 +01:00
parent 3b8c329ff6
commit 37a8928e41

View File

@ -111,7 +111,7 @@ class PersonDocGenNormalizer implements
'address' => $this->normalizer->normalize($person->getCurrentPersonAddress(), $format, $addressContext),
'resources' => $this->personResourceRepository->findBy(['personOwner' => $person]),
];
dump($data);
if ($context['docgen:person:with-household'] ?? false) {
$data['household'] = $this->normalizer->normalize(
$person->getCurrentHousehold(),