This commit is contained in:
James Cole
2025-08-07 17:55:25 +02:00
parent 3b3c8e5bcd
commit 378ffbc609

View File

@@ -25,7 +25,7 @@ class PiggyBankEnrichment implements EnrichmentInterface
private User $user;
private UserGroup $userGroup;
private Collection $collection;
private array $ids;
private array $ids = [];
private array $currencyIds = [];
private array $currencies = [];
private array $accountIds = [];