mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix debug artifact in ExportFormHelper
Removed unnecessary `dump()` calls when resolving centers and regroupments. This ensures cleaner processing and
This commit is contained in:
parent
15aa565caf
commit
f9a55a1bfd
@ -154,6 +154,6 @@ final readonly class ExportFormHelper
|
||||
$centers = $data['centers'] instanceof Collection ? $data['centers']->toArray() : $data['centers'];
|
||||
$regroupments = $data['regroupments'] instanceof Collection ? $data['regroupments']->toArray() : $data['regroupments'];
|
||||
|
||||
return $this->centerRegroupementResolver->resolveCenters(dump($regroupments), dump($centers));
|
||||
return $this->centerRegroupementResolver->resolveCenters($regroupments, $centers);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user