Skip to content

Commit 6aa7439

Browse files
authored
修复 发布端域名异常
1 parent 90efb12 commit 6aa7439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Traits/Jwt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private function makeSignerKey()
245245
*/
246246
public function iss()
247247
{
248-
$iss = $this->app->request->root(true);
248+
$iss = $this->app->request->rootDomain();
249249

250250
return $this->iss ?: $iss;
251251
}

0 commit comments

Comments
 (0)