后台语言切换
This commit is contained in:
parent
c3f38d9a84
commit
ac9fffd532
|
|
@ -20,6 +20,6 @@ class EditController extends Controller
|
||||||
$user = current_user();
|
$user = current_user();
|
||||||
$user->update($request->only('local'));
|
$user->update($request->only('local'));
|
||||||
|
|
||||||
return redirect()->back()->withErrors(['email' => 'Invalid credentials']);
|
return redirect()->back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue