Auto commit for release 'branch-v6.2' on 2024-12-15

This commit is contained in:
github-actions
2024-12-15 16:16:13 +01:00
parent 48a999cf91
commit 5285e1ac14
2 changed files with 9 additions and 8 deletions

View File

@@ -270,7 +270,8 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
*/
public function getPiggyBanksWithAmount(): Collection
{
$set = $this->getPiggyBanks();
$set = $this->getPiggyBanks();
/** @var PiggyBank $piggy */
foreach ($set as $piggy) {
$currentAmount = $this->getCurrentAmount($piggy);