Skip to content

Commit 2d640d2

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 522ea1b + f49d269 commit 2d640d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Traits/Authentication.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function issueToken(array &$options = [])
4444
return;
4545
}
4646
if (!$this->isExpired()) {
47+
$options[RequestOptions::QUERY]['accessToken'] = $this->accessToken;
4748
return;
4849
}
4950

0 commit comments

Comments
 (0)