提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

3
vendor/topthink/think-multi-app/src/MultiApp.php vendored Executable file → Normal file
View 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());
}