* code for task #11318.

This commit is contained in:
wangyidong
2020-05-26 10:31:38 +08:00
parent fd0da30d09
commit 13067f801f
+12
View File
@@ -56,6 +56,18 @@ class router extends baseRouter
*/
public $isFlow = false;
/**
* Get the $moduleRoot var.
*
* @param string $appName
* @access public
* @return string
*/
public function getModuleRoot($appName = '')
{
return $this->moduleRoot;
}
/**
* Merge system and translated langs.
*