diff --git a/examples/relational/Storage/ScopeStorage.php b/examples/relational/Storage/ScopeStorage.php index 674fc6d9..9b50ae28 100644 --- a/examples/relational/Storage/ScopeStorage.php +++ b/examples/relational/Storage/ScopeStorage.php @@ -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)