Auto commit for release 'develop' on 2024-09-30

This commit is contained in:
github-actions
2024-09-30 05:15:15 +02:00
parent f475393bc1
commit cbd50634a4
3 changed files with 21 additions and 19 deletions

View File

@@ -100,6 +100,7 @@ class PopupReport implements PopupReportInterface
$repos = app(CurrencyRepositoryInterface::class);
$currency = $repos->find((int)$currencyId);
}
/** @var GroupCollectorInterface $collector */
$collector = app(GroupCollectorInterface::class);
$collector
@@ -119,6 +120,7 @@ class PopupReport implements PopupReportInterface
if (null !== $budget->id && 0 !== $budget->id) {
$collector->setBudget($budget);
}
return $collector->getExtractedJournals();
}