mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Extra report and cleanup.
This commit is contained in:
@@ -58,6 +58,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
foreach ($set as $entry) {
|
||||
$items[] = $entry;
|
||||
}
|
||||
|
||||
return new LengthAwarePaginator($items, $count, $take, $offset);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user