This commit is contained in:
James Cole
2025-10-10 19:07:28 +02:00
parent dbc0210304
commit 02e24fc919

View File

@@ -129,7 +129,9 @@ class ShowController extends Controller
$this->repository->resetAccountOrder();
$account->refresh();
$manager = $this->getManager();
[$start, $end, $date] = $request->attributes->all();
[ 'start' => $start,
'end' => $end,
'date' => $date,] = $request->attributes->all();
// enrich
/** @var User $admin */