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