Apply fixes from StyleCI
This commit is contained in:

committed by
RafficMohammed

parent
bb4abce261
commit
4af2d3d09a
@@ -125,9 +125,9 @@ class GuestController extends Controller
|
||||
/**
|
||||
*@category fucntion to check if mobile number is unqique or not
|
||||
*
|
||||
*@param string $mobile
|
||||
* @param string $mobile
|
||||
*
|
||||
*@return bool true(if mobile exists in users table)/false (if mobile does not exist in user table)
|
||||
* @return bool true(if mobile exists in users table)/false (if mobile does not exist in user table)
|
||||
*/
|
||||
public function checkMobile($mobile)
|
||||
{
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user