🤖 Auto commit for release 'develop' on 2025-10-13

This commit is contained in:
JC5
2025-10-13 05:25:17 +02:00
parent 7ce055a22c
commit e1cf9f7a79
5 changed files with 15 additions and 16 deletions

View File

@@ -74,10 +74,10 @@ class ListController extends Controller
{
$manager = $this->getManager();
[
'limit' => $limit,
'limit' => $limit,
'offset' => $offset,
'page' => $page,
] = $request->attributes->all();
'page' => $page,
] = $request->attributes->all();
$collection = $this->repository->getAttachments($account);
$count = $collection->count();