mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix bad method name.
This commit is contained in:
parent
a2b997ba20
commit
e125254687
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user