diff --git a/app/Http/Controllers/Client/helpdesk/UnAuthController.php b/app/Http/Controllers/Client/helpdesk/UnAuthController.php index a4300a935..9fc7360c0 100755 --- a/app/Http/Controllers/Client/helpdesk/UnAuthController.php +++ b/app/Http/Controllers/Client/helpdesk/UnAuthController.php @@ -331,7 +331,7 @@ class UnAuthController extends Controller * * @return response */ - public static function changeLanguage($ids,$lang) + public static function changeLanguage($ids, $lang) { /* if(Cache::has('language')) { @@ -365,10 +365,10 @@ class UnAuthController extends Controller Session::put('language', $lang); } } + return redirect()->back(); } - // Follow up tickets public function followup() {