Skip to content

Commit f3a94f7

Browse files
committed
fix
1 parent 449f4cd commit f3a94f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function buildRefreshClaims(Payload $payload)
178178
return array_merge(
179179
$this->customClaims,
180180
$persistentClaims,
181-
$payload->get(['sub', 'iat']),
181+
$payload->get(['sub', 'iat'])
182182
);
183183
}
184184

0 commit comments

Comments
 (0)