mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code clean up.
This commit is contained in:
@@ -72,8 +72,6 @@ class TransactionMatcher
|
||||
// - the maximum number of transactions to search in have been searched
|
||||
do {
|
||||
// Fetch a batch of transactions from the database
|
||||
//$offset = $page > 0 ? ($page - 1) * $pagesize : 0;
|
||||
//$set = $this->repository->getCollectionOfTypes($this->transactionTypes, $offset, $pagesize);
|
||||
$paginator = $this->repository->getJournals($this->transactionTypes, $page, $pagesize);
|
||||
$set = $paginator->getCollection();
|
||||
|
||||
|
Reference in New Issue
Block a user