mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
🤖 Auto commit for release 'develop' on 2025-10-10
This commit is contained in:
@@ -56,8 +56,8 @@ class IndexController extends Controller
|
||||
{
|
||||
$administrations = $this->repository->get();
|
||||
[
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'offset' => $offset,
|
||||
] = $request->attributes->all();
|
||||
$count = $administrations->count();
|
||||
|
Reference in New Issue
Block a user