Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
asundust authored and StyleCIBot committed Feb 14, 2021
1 parent b29503c commit a6c4b8c
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 a6c4b8c

Please sign in to comment.