框架-模块-大小写敏感调整
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user