corrections

This commit is contained in:
KNaveenraj-ladybird
2023-10-20 09:30:03 +05:30
parent 22d01f83ca
commit 6885c0fe4e
9 changed files with 16 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ class UrlSettingController extends Controller
$string = $string_www.$sting_ssl;
$this->writeHtaccess($string);
return redirect()->back()->with('success', 'updated');
return redirect()->back()->with('success', trans('lang.updated'));
} catch (Exception $ex) {
dd($ex);