From 2cbcf4bcbf5ece84fcfef8848233421f386972f3 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 14:57:50 +0200 Subject: [ticket/11854] Fix the factory in \phpbb\auth\provider\db PHPBB3-11854 --- 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 d2f22ec477..db7c603bcd 100644 --- a/phpBB/config/auth_providers.yml +++ b/phpBB/config/auth_providers.yml @@ -14,6 +14,7 @@ services: - @passwords.manager - @request - @user + - @service_container - %core.root_path% - %core.php_ext% tags: -- cgit v1.2.1