Skip to content

Commit 53ae7f8

Browse files
authored
fix: slack set user scopes (#1257)
1 parent b8381f0 commit 53ae7f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Provider.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ public function botScopes($scopes)
3030
return $this;
3131
}
3232

33+
public function setUserScopes($scopes)
34+
{
35+
$this->userScopes = (array) $scopes;
36+
37+
return $this;
38+
}
39+
3340
protected function getCodeFields($state = null)
3441
{
3542
$fields = parent::getCodeFields($state);

0 commit comments

Comments
 (0)