From 85bee718613446507841ed26e364ba72455fe112 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 6 Oct 2023 09:11:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Http/Controllers/Client/helpdesk/UnAuthController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {