add clear

This commit is contained in:
as2252258@163.com
2019-07-12 19:26:59 +08:00
parent 70eae1dc01
commit 4f0cfc5b59
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -22,6 +22,10 @@ class Template extends Base
/** @var Template $instance */
private static $instance = null;
private function __construct()
{
}
/**
* @return Template
*/