Skip to content

Commit

Permalink
fix: slack set user scopes (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Aug 29, 2024
1 parent b8381f0 commit 53ae7f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ public function botScopes($scopes)
return $this;
}

public function setUserScopes($scopes)
{
$this->userScopes = (array) $scopes;

return $this;
}

protected function getCodeFields($state = null)
{
$fields = parent::getCodeFields($state);
Expand Down

0 comments on commit 53ae7f8

Please sign in to comment.