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 4965e2d commit ffd039d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GovBr.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ public function getDefaultScopes(): array
];
}

public function buildQueryString(array $params)
{
return http_build_query($params);
}

public function getScopeSeparator(): string
{
return ' ';
Expand Down

0 comments on commit ffd039d

Please sign in to comment.