Skip to content

Commit

Permalink
Merge pull request #3 from asundust/analysis-VrwOOD
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
asundust authored Feb 14, 2021
2 parents b29503c + a6c4b8c commit a922ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/WechatWorkPushHandleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function push($secret, Request $request): array
'secret' => $config->secret,
];
}

return $this->send($config, $user->name, $title, $content);
}

Expand Down

0 comments on commit a922ce4

Please sign in to comment.