mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	🤖 Auto commit for release 'develop' on 2025-10-13
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user