Skip to content

Commit 32da27d

Browse files
committed
Add variable for access token
1 parent 8b62b6c commit 32da27d

File tree

2 files changed

+248
-0
lines changed

2 files changed

+248
-0
lines changed

composer.lock

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BlizzardClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ class BlizzardClient
2121
*/
2222
private $apiKey;
2323

24+
/**
25+
* @var string $accessToken Access token
26+
*/
27+
private $accessToken;
28+
2429
/**
2530
* @var string $locale Locale
2631
*/

0 commit comments

Comments
 (0)