This commit is contained in:
wangyidong
2021-08-02 13:12:47 +08:00
+1
View File
@@ -111,6 +111,7 @@ class gitlab
if(!empty($commits))
{
$commit = $commits[0];
$file->revision = $commit->id;
$file->committer = $commit->committer_name;
$file->comment = $commit->message;
$file->date = date('Y-m-d H:i:s', strtotime($commit->committed_date));