Skip to content

Commit d11aa71

Browse files
authored
fix: add scope separator for PlanningCenter provider (#1437)
1 parent 2469cf0 commit d11aa71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PlanningCenter/Provider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class Provider extends AbstractProvider
1212

1313
protected $scopes = ['people'];
1414

15+
protected $scopeSeparator = ' ';
16+
1517
protected function getAuthUrl($state): string
1618
{
1719
return $this->buildAuthUrlFromBase('https://api.planningcenteronline.com/oauth/authorize', $state);

0 commit comments

Comments
 (0)