argument('uid'); $examRep = new ExamRepository(); $result = $examRep->updateProgress($uid); $this->info(REQUEST_ID . ", result: " . var_export($result, true)); return 0; } }