Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 7, 2024
1 parent 500fe8b commit 1f406c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Service/SubService/WeChatService.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(ContainerInterface $container)

public function get(string $appid): Application
{
if (! $this->applications[$appid]) {
if (empty($this->applications[$appid])) {
throw new BusinessException(ErrorCode::WECHAT_APPID_NOT_EXIST);
}

Expand Down

0 comments on commit 1f406c8

Please sign in to comment.