mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 17:25:20 +00:00
Fix bad method name.
This commit is contained in:
@@ -122,7 +122,7 @@ class Search implements SearchInterface
|
||||
$collector = $this->applyModifiers($collector);
|
||||
|
||||
$collector->removeFilter(InternalTransferFilter::class);
|
||||
$set = $collector->getPaginatedJournals()->getCollection();
|
||||
$set = $collector->getPaginatedTransactions()->getCollection();
|
||||
|
||||
Log::debug(sprintf('Found %d journals to check. ', $set->count()));
|
||||
|
||||
|
Reference in New Issue
Block a user