Update SearchUpdateQueuedJobProcessor.php

This commit is contained in:
Naomi Guyer 2020-02-10 16:26:12 +13:00 committed by GitHub
parent 957037fc43
commit 1e2019ba4f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class SearchUpdateQueuedJobProcessor extends SearchUpdateBatchedProcessor implem
public function getJobType()
{
return Config::inst()->get(SearchUpdateQueuedJobProcessor::class, 'reindex_queue');
return Config::inst()->get(__CLASS__, 'reindex_queue');
}
public function jobFinished()