Skip to content

Commit

Permalink
Update WeWork.php
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Nov 19, 2022
1 parent 0d1a29e commit 6bd4f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/WeWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class WeWork extends Base
{
public const NAME = 'wework';
protected bool $detailed = false;
protected ?int $agentId;
protected ?string $apiAccessToken;
protected ?int $agentId = null;
protected ?string $apiAccessToken = null;
protected string $baseUrl = 'https://qyapi.weixin.qq.com';

public function __construct(array $config)
Expand Down

0 comments on commit 6bd4f02

Please sign in to comment.