Changes
This commit is contained in:
@@ -131,6 +131,9 @@ class ReferenceCheckService
|
||||
|
||||
$this->setAmRefCheckStatus($amId, self::AM_STATUS_RUNNING);
|
||||
}
|
||||
public function checkOne(){
|
||||
$this->pushJob(intval(722), 0);
|
||||
}
|
||||
public function enqueueByArticle($articleId){
|
||||
if ($articleId <= 0) {
|
||||
throw new \InvalidArgumentException('article_id is required');
|
||||
|
||||
Reference in New Issue
Block a user