Skip to content

Commit 6f7afbe

Browse files
committed
update
1 parent 28529b5 commit 6f7afbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Jwt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getStoreConfig()
8282
{
8383
$config = $this->app->config->get("jwt.apps.{$this->store}.token", []);
8484
if (empty($config)) {
85-
throw new JWTException("应用: {$this->store} 未配置完整.", 500);
85+
throw new JWTException("{$this->store} 应用 未配置完整.", 500);
8686
}
8787

8888
return $config;

0 commit comments

Comments
 (0)