Skip to content

Commit 4dbb472

Browse files
committed
Make getBotUserId public
1 parent 6f4abc5 commit 4dbb472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlackDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function verifyRequest(Request $request)
405405
/**
406406
* Get bot userID.
407407
*/
408-
private function getBotUserId()
408+
public function getBotUserId()
409409
{
410410
$botUserIdRequest = $this->http->post('https://slack.com/api/auth.test', [], [
411411
'token' => $this->config->get('token'),

0 commit comments

Comments
 (0)