no message

This commit is contained in:
hellcat 2025-07-03 16:42:19 +08:00
parent d5817c0257
commit d1f9fa0d30

View File

@ -31,7 +31,7 @@ class Box extends Base {
if ($i == 1) { if ($i == 1) {
$sPre = ""; $sPre = "";
} else { } else {
$sPre = ""; $sPre = "";
} }
if ($sType == "b") { if ($sType == "b") {
@ -54,7 +54,7 @@ class Box extends Base {
public function github_tag_list() public function github_tag_list()
{ {
$oGithubTag = GithubTag::all(); $oGithubTag = GithubTag::all()->get();
return $this->toJson($oGithubTag); return $this->toJson($oGithubTag);
} }