add clear

This commit is contained in:
as2252258@163.com
2019-11-11 18:29:09 +08:00
parent 7f138ef255
commit fa8008d6d8
+8
View File
@@ -107,6 +107,14 @@ abstract class Miniprogarampage implements Progaram
return $this; return $this;
} }
/**
* @return \common\Config
*/
public function getConfig()
{
return $this->config;
}
/** /**
* @return bool|mixed|string * @return bool|mixed|string
* @throws \Exception * @throws \Exception