Skip to content

Commit

Permalink
修复 发布端域名异常
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung authored Jun 9, 2020
1 parent 90efb12 commit 6aa7439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Jwt.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private function makeSignerKey()
*/
public function iss()
{
$iss = $this->app->request->root(true);
$iss = $this->app->request->rootDomain();

return $this->iss ?: $iss;
}
Expand Down

0 comments on commit 6aa7439

Please sign in to comment.