add clear

This commit is contained in:
as2252258@163.com
2019-08-21 11:54:20 +08:00
parent fa67c60088
commit 6136633a83
2 changed files with 157 additions and 0 deletions
+9
View File
@@ -51,6 +51,15 @@ class Wx
return Template::getInstance($this->config);
}
/**
* @return Template
*/
public function getPublicTemplate()
{
return PublicTemplate::getInstance($this->config);
}
/**
* @return Account
*/