Skip to content

Commit 6bd4f02

Browse files
authored
Update WeWork.php
1 parent 0d1a29e commit 6bd4f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/WeWork.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class WeWork extends Base
1414
{
1515
public const NAME = 'wework';
1616
protected bool $detailed = false;
17-
protected ?int $agentId;
18-
protected ?string $apiAccessToken;
17+
protected ?int $agentId = null;
18+
protected ?string $apiAccessToken = null;
1919
protected string $baseUrl = 'https://qyapi.weixin.qq.com';
2020

2121
public function __construct(array $config)

0 commit comments

Comments
 (0)