删除冗余代码&修复bug

This commit is contained in:
JaguarJack
2020-07-14 17:35:16 +08:00
parent fc93826016
commit 8a901e89cb
6 changed files with 39 additions and 55 deletions

View File

@@ -58,7 +58,7 @@ TMP;
{
if ($name) {
return <<<TMP
protected \$name = '{$name}';
protected \$name = '{$name}';
TMP;