diff --git a/app/Support/JsonApi/Enrichments/PiggyBankEnrichment.php b/app/Support/JsonApi/Enrichments/PiggyBankEnrichment.php index 89795d12a5..0e41e3ce37 100644 --- a/app/Support/JsonApi/Enrichments/PiggyBankEnrichment.php +++ b/app/Support/JsonApi/Enrichments/PiggyBankEnrichment.php @@ -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 = [];