* Midify construct function.

This commit is contained in:
caoyanyi
2022-01-13 05:58:51 +00:00
parent 384a29b657
commit d5a6841365
+14
View File
@@ -11,6 +11,20 @@
*/
class sonarqube extends control
{
/**
* The mr constructor.
* @param string $moduleName
* @param string $methodName
*/
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);
/* This is essential when changing tab(menu) from gitlab to repo. */
/* Optional: common::setMenuVars('devops', $this->session->repoID); */
$this->loadModel('ci')->setMenu();
}
/**
* Browse sonarqube.
*