Skip to content

Commit

Permalink
GLUE-7473 Fix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole-Gi committed Jun 3, 2019
1 parent f97e641 commit 68c67c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Spryker/Zed/OauthPermission/OauthPermissionConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@

class OauthPermissionConfig extends AbstractBundleConfig
{
protected const KEYS_OAUTH_USER_IDENTIFIER_FILTER = [];

/**
* @return array
*/
public function getOauthUserIdentifierFilterKeys(): array
{
return static::KEYS_OAUTH_USER_IDENTIFIER_FILTER;
return [];
}
}

0 comments on commit 68c67c6

Please sign in to comment.