Skip to content

Commit

Permalink
Override scope separator to use space instead of comma. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvanderhorst authored and faustbrian committed Jun 26, 2018
1 parent 19bf7e4 commit 60e4259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ class Provider extends AbstractProvider implements ProviderInterface
*/
protected $scopes = [''];

/**
* {@inheritdoc}
*/
protected $scopeSeparator = ' ';

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 60e4259

Please sign in to comment.