1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[feature/oauth] Pass users_table as parameter to OAuth in construct

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-02 14:37:15 -04:00
parent e16dd958e3
commit 3cbb973160
2 changed files with 12 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ services:
- %tables.auth_provider_oauth_token_storage%
- %tables.auth_provider_oauth_account_assoc%
- @auth.provider.oauth.service_collection
- %tables.users%
tags:
- { name: auth.provider }
auth.provider.oauth.service_collection: