* Fix bug when exec gitlab pipeline in job module.

This commit is contained in:
dingguodong
2021-09-15 09:55:42 +08:00
parent 96dac5453a
commit 4eaf583ea8
2 changed files with 20 additions and 9 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
class compile extends control
{
/**
* Construct
*
* @param string $moduleName
* @param string $methodName
* Construct
*
* @param string $moduleName
* @param string $methodName
* @access public
* @return void
*/