Skip to content

Commit 44eb335

Browse files
committed
fix getDefaultLang
1 parent 5e9fac4 commit 44eb335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/think/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ public static function getRootPath()
7171
*/
7272
public static function getDefaultLang()
7373
{
74-
return config('lang.default_lang', 'zh-cn');
74+
return config('plugin.builder.man.app.lang.default_lang', 'zh-cn');
7575
}
7676
}

0 commit comments

Comments
 (0)