框架-模块-大小写敏感调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace app\common\controller;
|
namespace app\common\controller;
|
||||||
|
|
||||||
use app\guildAdmin\library\Auth;
|
use app\guildadmin\library\Auth;
|
||||||
use think\Config;
|
use think\Config;
|
||||||
use think\Controller;
|
use think\Controller;
|
||||||
use think\Hook;
|
use think\Hook;
|
||||||
@@ -224,7 +224,7 @@ class GuildAdmin extends Controller
|
|||||||
if(empty($this_auth_rule_name)){
|
if(empty($this_auth_rule_name)){
|
||||||
$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);
|
Hook::listen("config_init", $config);
|
||||||
|
|||||||
Reference in New Issue
Block a user