We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1a29e commit 6bd4f02Copy full SHA for 6bd4f02
src/Providers/WeWork.php
@@ -14,8 +14,8 @@ class WeWork extends Base
14
{
15
public const NAME = 'wework';
16
protected bool $detailed = false;
17
- protected ?int $agentId;
18
- protected ?string $apiAccessToken;
+ protected ?int $agentId = null;
+ protected ?string $apiAccessToken = null;
19
protected string $baseUrl = 'https://qyapi.weixin.qq.com';
20
21
public function __construct(array $config)
0 commit comments