enrichments = $enrichments; } public function enrich(UserInterface $user, array &$payload): void { foreach ($this->enrichments as $enrichment) { $enrichment->enrich($user, $payload); } } }