安装引导语言切换

This commit is contained in:
TL 2022-08-26 12:00:09 +08:00
parent 06533e15e6
commit 729fdf2f9a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class WelcomeController extends Controller
}
$data['languages'] = $this->languages;
$data['locale'] = session('locale');
return view('installer::welcome', $data);
}