mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-28 18:51:55 +00:00
Fix tests.
This commit is contained in:
@@ -82,7 +82,7 @@ class BillController extends Controller
|
||||
}
|
||||
|
||||
// get first transaction or today for start:
|
||||
$results = $repository->getJournals($bill);
|
||||
$results = $repository->getJournals($bill, 1, 200);
|
||||
|
||||
// resort:
|
||||
$results = $results->sortBy(
|
||||
|
Reference in New Issue
Block a user