Fix bad method name.

This commit is contained in:
James Cole 2018-08-14 06:40:04 +02:00
parent a2b997ba20
commit e125254687
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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()));