1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/oauth] Update service files + check for existing links

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-18 12:50:42 -04:00
parent bbbe442c42
commit 2faaa7f63c
3 changed files with 29 additions and 9 deletions

View File

@@ -42,7 +42,8 @@ services:
- @config
- @request
- @user
- %tables.auth_provider_oauth%
- %tables.auth_provider_oauth_token_storage%
- %tables.auth_provider_oauth_account_assoc%
- @auth.provider.oauth.service_collection
tags:
- { name: auth.provider }

View File

@@ -1,5 +1,6 @@
parameters:
tables.auth_provider_oauth: %core.table_prefix%auth_provider_oauth
tables.auth_provider_oauth_token_storage: %core.table_prefix%auth_provider_oauth_token_storage
tables.auth_provider_oauth_account_assoc: %core.table_prefix%auth_provider_oauth_account_assoc
tables.config: %core.table_prefix%config
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext