🤖 Auto commit for release 'develop' on 2025-06-20

This commit is contained in:
JC5
2025-06-20 06:33:07 +02:00
parent faeb74634b
commit ef254995ad
6 changed files with 168 additions and 155 deletions

View File

@@ -263,6 +263,7 @@ class IndexController extends Controller
/** @var array $budget */
foreach ($budgets as $budget) {
Log::debug(sprintf('Now working on budget #%d ("%s")', $budget['id'], $budget['name']));
/** @var array $spent */
foreach ($budget['spent'] as $spent) {
$currencyId = $spent['currency_id'];