Example #1
0
 /**
  * Get the default locale being used.
  *
  * @return string 
  * @static 
  */
 public static function locale()
 {
     return \Illuminate\Translation\Translator::locale();
 }