From e31aafb393fe74d69a72987608b71a9232295a05 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Tue, 12 Aug 2014 14:39:09 +0200 Subject: [ticket/12975] Fix the construction of phpbb\auth\provider\db for Oauth PHPBB3-12975 --- phpBB/config/auth_providers.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/config') diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml index db7c603bcd..89303a684a 100644 --- a/phpBB/config/auth_providers.yml +++ b/phpBB/config/auth_providers.yml @@ -52,6 +52,7 @@ services: - %tables.auth_provider_oauth_account_assoc% - @auth.provider.oauth.service_collection - %tables.users% + - @service_container - %core.root_path% - %core.php_ext% tags: -- cgit v1.2.1