We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18e782 commit ff8510dCopy full SHA for ff8510d
src/Services/LangService.php
@@ -13,7 +13,7 @@ public function load(string $file): array
13
}
14
15
$lang = app()->getLocale();
16
- $basePath = rtrim(config('lang-manager.lang_path', lang_path()), '/');
+ $basePath = rtrim(config('inertia-lang.lang_path', lang_path()), '/');
17
$path = "{$basePath}/{$lang}/{$file}.php";
18
19
$this->loaded[$file] = file_exists($path) ? require $path : [];
0 commit comments