From 378ffbc6098a0e4cd96d9d51c7586832a238ced2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 7 Aug 2025 17:55:25 +0200 Subject: [PATCH] Fix #10720 --- app/Support/JsonApi/Enrichments/PiggyBankEnrichment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];