语言切换

This commit is contained in:
TL 2022-08-02 18:49:20 +08:00
parent 63efb506f7
commit 92507b04cb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
namespace Beike\Shop\Http\Controllers;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Session;
class LanguageController extends Controller