框架-模块-大小写敏感调整

This commit is contained in:
2025-11-17 16:54:32 +08:00
parent 49e6e5e256
commit d3ac48d286

View File

@@ -2,7 +2,7 @@
namespace app\common\controller;
use app\guildAdmin\library\Auth;
use app\guildadmin\library\Auth;
use think\Config;
use think\Controller;
use think\Hook;
@@ -224,7 +224,7 @@ class GuildAdmin extends Controller
if(empty($this_auth_rule_name)){
$this_auth_rule_name = '未知操作';
}
\app\guildAdmin\model\AdminLog::record($this_auth_rule_name);
\app\guildadmin\model\AdminLog::record($this_auth_rule_name);
}
// 配置信息后
Hook::listen("config_init", $config);