1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/14250] Change token_storage class to fit changed interface

PHPBB3-14250
This commit is contained in:
Oliver Schramm
2015-10-23 02:44:41 +02:00
parent e738dad729
commit 8ed59fb82a
7 changed files with 302 additions and 18 deletions

View File

@@ -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%'