Example #1
0
 /**
  * Determine if application locale is the given locale.
  *
  * @param string $locale
  * @return bool 
  * @static 
  */
 public static function isLocale($locale)
 {
     return \Illuminate\Foundation\Application::isLocale($locale);
 }