提交的内容
This commit is contained in:
3
vendor/topthink/think-multi-app/src/MultiApp.php
vendored
Executable file → Normal file
3
vendor/topthink/think-multi-app/src/MultiApp.php
vendored
Executable file → Normal file
@ -216,8 +216,7 @@ class MultiApp
|
||||
if (is_file($appPath . 'provider.php')) {
|
||||
$this->app->bind(include $appPath . 'provider.php');
|
||||
}
|
||||
|
||||
// 加载应用默认语言包
|
||||
// 加载应用语言包
|
||||
$this->app->loadLangPack($this->app->lang->defaultLangSet());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user