aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/passwords.yml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-09-22 21:17:30 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-09-22 21:17:30 +0200
commitf5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6 (patch)
treec77c4ea11f9947b1c2c50b3a517b05fa99de19d5 /phpBB/config/passwords.yml
parent1970c69c8c9d6b898680aa3e94d5222c8f150d58 (diff)
downloadforums-f5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6.tar
forums-f5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6.tar.gz
forums-f5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6.tar.bz2
forums-f5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6.tar.xz
forums-f5eb0d744e46a2931aa667dbc7a8a4d9ea0229e6.zip
[feature/passwords] Use dependency injection for helper
This will now be used instead of manually loading the passwords helper instance in the passwords manager. PHPBB3-11610
Diffstat (limited to 'phpBB/config/passwords.yml')
-rw-r--r--phpBB/config/passwords.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/passwords.yml b/phpBB/config/passwords.yml
index 26f604c2e2..efd23d814c 100644
--- a/phpBB/config/passwords.yml
+++ b/phpBB/config/passwords.yml
@@ -50,4 +50,8 @@ services:
arguments:
- @config
- @passwords.driver_collection
+ - @passwords.helper
- %passwords.algorithm%
+
+ passwords.helper:
+ class: phpbb_passwords_helper