Define getRunAsMemberID

This commit is contained in:
Will Rossiter 2019-06-13 14:39:56 +12:00 committed by GitHub
parent 49c6e380ec
commit 12db607376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -105,4 +105,9 @@ class SearchUpdateQueuedJobProcessor extends SearchUpdateBatchedProcessor implem
return $result;
}
public function getRunAsMemberID()
{
return 0;
}
}