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:
@@ -42,5 +42,6 @@ services:
|
||||
- @config
|
||||
- @request
|
||||
- @user
|
||||
- %tables.auth_provider_oauth%
|
||||
tags:
|
||||
- { name: auth.provider }
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user