Update ScopeStorage::get method signature to match the interface

This commit is contained in:
tompedals 2014-10-25 22:43:56 +01:00
parent 6333a975f8
commit bc314f7c52

View File

@ -13,7 +13,7 @@ class ScopeStorage extends Adapter implements ScopeInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function get($scope, $grantType = null) public function get($scope, $grantType = null, $clientId = null)
{ {
$result = Capsule::table('oauth_scopes') $result = Capsule::table('oauth_scopes')
->where('id', $scope) ->where('id', $scope)