Skip to content

Commit

Permalink
Make getBotUserId public
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 21, 2018
1 parent 6f4abc5 commit 4dbb472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlackDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function verifyRequest(Request $request)
/**
* Get bot userID.
*/
private function getBotUserId()
public function getBotUserId()
{
$botUserIdRequest = $this->http->post('https://slack.com/api/auth.test', [], [
'token' => $this->config->get('token'),
Expand Down

0 comments on commit 4dbb472

Please sign in to comment.