* Change function comment and resolve others which unexpected.

This commit is contained in:
dingguodong
2021-11-11 18:29:59 +08:00
parent 2082fe56d1
commit acb23a5053
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class git extends control
}
foreach($logs as $log)
{
$parsedLogs[] = $this->convertLog($log);
$parsedLogs[] = $this->git->convertLog($log);
}
$this->loadModel('repo');