diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-10 14:57:50 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 01:16:42 +0200 |
commit | 2cbcf4bcbf5ece84fcfef8848233421f386972f3 (patch) | |
tree | addeea8292be6ea7a27182c1b527352ec827ec01 /phpBB/config | |
parent | 036a61a904ce1a3023bb137fbfaf546b473c528d (diff) | |
download | forums-2cbcf4bcbf5ece84fcfef8848233421f386972f3.tar forums-2cbcf4bcbf5ece84fcfef8848233421f386972f3.tar.gz forums-2cbcf4bcbf5ece84fcfef8848233421f386972f3.tar.bz2 forums-2cbcf4bcbf5ece84fcfef8848233421f386972f3.tar.xz forums-2cbcf4bcbf5ece84fcfef8848233421f386972f3.zip |
[ticket/11854] Fix the factory in \phpbb\auth\provider\db
PHPBB3-11854
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/auth_providers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |