Skip to content

Commit

Permalink
alterando separador de escopo
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Jul 29, 2021
1 parent b545bcf commit 4965e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GovBr.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getDefaultScopes(): array

public function getScopeSeparator(): string
{
return '+';
return ' ';
}

protected function getAuthorizationParameters(array $options): array
Expand Down

0 comments on commit 4965e2d

Please sign in to comment.