🤖 Auto commit for release 'develop' on 2025-11-03

This commit is contained in:
JC5
2025-11-03 04:30:12 +01:00
parent 7743d16ea1
commit 2852a36712
26 changed files with 41 additions and 38 deletions

View File

@@ -75,9 +75,9 @@ class ShowController extends Controller
'limit' => $limit,
'offset' => $offset,
'page' => $page,
'start' => $start,
'end' => $end,
] = $request->attributes->all();
'start' => $start,
'end' => $end,
] = $request->attributes->all();
// get list of available budgets. Count it and split it.
$collection = $this->abRepository->getAvailableBudgetsByDate($start, $end);