Skip to content

Commit

Permalink
Merge pull request #18 from truckspace/bug/fix-scope-separator
Browse files Browse the repository at this point in the history
Fix the scope separator
  • Loading branch information
Mwikala Kangwa authored Jan 26, 2021
2 parents e6d03fe + 5e3968c commit 5d659bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SocialiteProviders/TruckspaceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ class TruckspaceProvider extends AbstractProvider
'identity',
];

/**
* The separating character for the requested scopes.
*
* @var string
*/
protected $scopeSeparator = ' ';

/**
* Get the authentication URL for the provider.
*
Expand Down

0 comments on commit 5d659bc

Please sign in to comment.