no message
This commit is contained in:
parent
d5817c0257
commit
d1f9fa0d30
@ -31,7 +31,7 @@ class Box extends Base {
|
||||
if ($i == 1) {
|
||||
$sPre = "";
|
||||
} else {
|
||||
$sPre = ",";
|
||||
$sPre = "、";
|
||||
}
|
||||
|
||||
if ($sType == "b") {
|
||||
@ -54,7 +54,7 @@ class Box extends Base {
|
||||
|
||||
public function github_tag_list()
|
||||
{
|
||||
$oGithubTag = GithubTag::all();
|
||||
$oGithubTag = GithubTag::all()->get();
|
||||
|
||||
return $this->toJson($oGithubTag);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user