This commit is contained in:
liyuchun
2021-12-31 09:42:24 +08:00
parent c26309ad13
commit 6107956524
+7 -1
View File
@@ -1551,7 +1551,13 @@ class gitlabModel extends model
if(count($results)<100) break;
}
return $allResults;
$tags = array();
foreach($allResults as $tag)
{
$tags[$tag->name] = $tag;
}
return $tags;
}
/**