We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28529b5 commit 6f7afbeCopy full SHA for 6f7afbe
1 file changed
src/Jwt.php
@@ -82,7 +82,7 @@ public function getStoreConfig()
82
{
83
$config = $this->app->config->get("jwt.apps.{$this->store}.token", []);
84
if (empty($config)) {
85
- throw new JWTException("应用: {$this->store} 未配置完整.", 500);
+ throw new JWTException("{$this->store} 应用 未配置完整.", 500);
86
}
87
88
return $config;
0 commit comments