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