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

[feature/oauth] Pass table in constructor

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-13 18:17:03 -04:00
parent 69e1588655
commit 5942eac5da
4 changed files with 39 additions and 18 deletions

View File

@@ -42,5 +42,6 @@ services:
- @config
- @request
- @user
- %tables.auth_provider_oauth%
tags:
- { name: auth.provider }

View File

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