示例#1
0
 /**
  * Get a locale from the collection.
  *
  * @param  string  $key
  * @param  mixed   $default
  *
  * @return \Arcanedev\LaravelLang\Entities\Locale|mixed
  */
 private function getLocale($key, $default = null)
 {
     return $this->locales->get($key, $default);
 }