* code for bind dinguserid.

This commit is contained in:
wangyidong
2019-11-22 17:00:02 +08:00
parent 18a4c9220f
commit 303b48c1bb
3 changed files with 12 additions and 2 deletions
+8
View File
@@ -11,6 +11,14 @@
*/
class webhook extends control
{
/**
* Construct
*
* @param string $moduleName
* @param string $methodName
* @access public
* @return void
*/
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);