mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Update ScopeStorage::get method signature to match the interface
This commit is contained in:
parent
6333a975f8
commit
bc314f7c52
@ -13,7 +13,7 @@ class ScopeStorage extends Adapter implements ScopeInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get($scope, $grantType = null)
|
||||
public function get($scope, $grantType = null, $clientId = null)
|
||||
{
|
||||
$result = Capsule::table('oauth_scopes')
|
||||
->where('id', $scope)
|
||||
|
Loading…
Reference in New Issue
Block a user