* Format code and fix return value.

This commit is contained in:
鲁飞
2022-12-06 06:05:18 +00:00
committed by 朱金勇
parent b20b7fa781
commit 2f4ad5c556
4 changed files with 33 additions and 27 deletions
+1 -2
View File
@@ -315,9 +315,8 @@ class router extends baseRouter
*
* @param string $moduleName module name
* @param string $appName app name
* @param bool $exitIfNone exit or not
* @access public
* @return object|bool the config object or false.
* @return void
*/
public function loadModuleConfig($moduleName, $appName = '')
{