Skip to content

Commit 9a0146b

Browse files
authored
Merge pull request #599 from ulue/dev2
update some
2 parents 916c258 + aa2294b commit 9a0146b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/framework/src/Swoft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static function getReflection(string $class): array
163163
*
164164
* @return string
165165
*/
166-
public static function t(string $key, array $params = [], string $locale = '2.0.10'): string
166+
public static function t(string $key, array $params = [], string $locale = ''): string
167167
{
168168
/* @var I18n $i18n */
169169
$i18n = BeanFactory::getBean('i18n');

0 commit comments

Comments
 (0)