We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9fac4 commit 44eb335Copy full SHA for 44eb335
1 file changed
src/think/App.php
@@ -71,6 +71,6 @@ public static function getRootPath()
71
*/
72
public static function getDefaultLang()
73
{
74
- return config('lang.default_lang', 'zh-cn');
+ return config('plugin.builder.man.app.lang.default_lang', 'zh-cn');
75
}
76
0 commit comments