diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-10-23 02:44:41 +0200 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2016-01-04 03:38:28 +0100 |
| commit | 8ed59fb82a9381914a4ccce91c0c5fac44616556 (patch) | |
| tree | 618006f3a8ff6065146c6bf2888ba6f103e29f32 /phpBB/config/default/container | |
| parent | e738dad729e3ade5d7033cb5cd15bceb50a5e4d3 (diff) | |
| download | forums-8ed59fb82a9381914a4ccce91c0c5fac44616556.tar forums-8ed59fb82a9381914a4ccce91c0c5fac44616556.tar.gz forums-8ed59fb82a9381914a4ccce91c0c5fac44616556.tar.bz2 forums-8ed59fb82a9381914a4ccce91c0c5fac44616556.tar.xz forums-8ed59fb82a9381914a4ccce91c0c5fac44616556.zip | |
[ticket/14250] Change token_storage class to fit changed interface
PHPBB3-14250
Diffstat (limited to 'phpBB/config/default/container')
| -rw-r--r-- | phpBB/config/default/container/services_auth.yml | 1 | ||||
| -rw-r--r-- | phpBB/config/default/container/tables.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_auth.yml b/phpBB/config/default/container/services_auth.yml index 57c6c73525..5306644256 100644 --- a/phpBB/config/default/container/services_auth.yml +++ b/phpBB/config/default/container/services_auth.yml @@ -58,6 +58,7 @@ services: - '@request' - '@user' - '%tables.auth_provider_oauth_token_storage%' + - '%tables.auth_provider_oauth_states%' - '%tables.auth_provider_oauth_account_assoc%' - '@auth.provider.oauth.service_collection' - '%tables.users%' diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index 18d0203f21..4aed35710b 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -6,6 +6,7 @@ parameters: tables.acl_users: '%core.table_prefix%acl_users' tables.attachments: '%core.table_prefix%attachments' tables.auth_provider_oauth_token_storage: '%core.table_prefix%oauth_tokens' + tables.auth_provider_oauth_states: '%core.table_prefix%oauth_states' tables.auth_provider_oauth_account_assoc: '%core.table_prefix%oauth_accounts' tables.banlist: '%core.table_prefix%banlist' tables.bbcodes: '%core.table_prefix%bbcodes' |
