Skip to content

Commit

Permalink
change default scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuleacv committed Mar 9, 2017
1 parent b5c6ad2 commit 397123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Kangaroo.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Kangaroo extends AbstractProvider
*
* @var array
*/
public $defaultScopes = ['full-access'];
public $defaultScopes = ['all'];

/**
* @param array $options
Expand Down

0 comments on commit 397123e

Please sign in to comment.