Request::getDefaultLocale PHP Method

getDefaultLocale() public static method

Get the default locale.
public static getDefaultLocale ( ) : string
return string
        public static function getDefaultLocale()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getDefaultLocale();
        }