* Finish task #7822.

This commit is contained in:
tianshujie98
2020-09-07 09:41:04 +08:00
parent b3fa898418
commit 2a95891667
+8
View File
@@ -11,6 +11,14 @@
*/
class programplan extends control
{
/**
* __construct
*
* @param string $moduleName
* @param string $methodName
* @access public
* @return void
*/
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);