修复Api模块语言包加载不到文件名以_分割的文件

pull/189/head
Twhmr 2020-04-25 10:46:44 +08:00
parent b849191a1d
commit d0e42a27b7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Api
$this->auth = Auth::instance();
$modulename = $this->request->module();
$controllername = strtolower($this->request->controller());
$controllername = Loader::parseName($this->request->controller());
$actionname = strtolower($this->request->action());
// token