aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 03:22:13 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 03:22:13 +0200
commit1fa673bdedcc46fda69f62b6cb967bd33812f50a (patch)
tree8b536534bd4bdc875b70e76290e5c1a9e3ab9bb0 /phpBB/config
parent09cfa01d589ead86cf811e27b52167539e0478ec (diff)
downloadforums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.gz
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.bz2
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.xz
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.zip
[ticket/11700] Fix authentication acp after develop merge
PHPBB3-11700
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index cc782376fc..e1c289334e 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -36,7 +36,7 @@ services:
tags:
- { name: auth.provider }
auth.provider.oauth:
- class: phpbb_auth_provider_oauth
+ class: phpbb\auth\provider\oauth\oauth
arguments:
- @dbal.conn
- @config
@@ -51,27 +51,27 @@ services:
tags:
- { name: auth.provider }
auth.provider.oauth.service_collection:
- class: phpbb_di_service_collection
+ class: phpbb\di\service_collection
arguments:
- @service_container
tags:
- { name: service_collection, tag: auth.provider.oauth.service }
auth.provider.oauth.service.bitly:
- class: phpbb_auth_provider_oauth_service_bitly
+ class: phpbb\auth\provider\oauth\service\bitly
arguments:
- @config
- @request
tags:
- { name: auth.provider.oauth.service }
auth.provider.oauth.service.facebook:
- class: phpbb_auth_provider_oauth_service_facebook
+ class: phpbb\auth\provider\oauth\service\facebook
arguments:
- @config
- @request
tags:
- { name: auth.provider.oauth.service }
auth.provider.oauth.service.google:
- class: phpbb_auth_provider_oauth_service_google
+ class: phpbb\auth\provider\oauth\service\google
arguments:
- @config
- @request