webman icon indicating copy to clipboard operation
webman copied to clipboard

助手函数helpers.php 中locale方法在设置 $locale时应该是无返回的

Open tanghuangxia opened this issue 1 year ago • 0 comments

/**

  • Locale
  • @param string|null $locale
  • @return void */ function locale(string $locale = null) { if (!$locale) { return Translation::getLocale(); } Translation::setLocale($locale); }

tanghuangxia avatar Feb 14 '23 06:02 tanghuangxia