Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-01 13:43:07 +00:00
committed by RafficMohammed
parent bb4abce261
commit 4af2d3d09a
20 changed files with 59 additions and 59 deletions

View File

@@ -327,9 +327,9 @@ class UnAuthController extends Controller
/**
*@category function to change system's language
*
*@param string $lang //desired language's iso code
* @param string $lang //desired language's iso code
*
*@return response
* @return response
*/
public static function changeLanguage($lang)
{
@@ -344,8 +344,8 @@ class UnAuthController extends Controller
// app()->setLocale($lang);
\Cache::forever('language', $lang);
// dd(Cache::get('language'));
// dd()
// dd(Cache::get('language'));
// dd()
} else {
return false;
}