aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-09-28 12:42:11 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-09-28 12:42:11 +0200
commit3ebff0a96042ba366e316727cbb83b063bc0700d (patch)
tree6b5e62802b6a1e5d8b8d041c18adc663041cbfaa /phpBB/config
parentde087d537e781741a0137e8ba9162d5baf3f37bb (diff)
downloadforums-3ebff0a96042ba366e316727cbb83b063bc0700d.tar
forums-3ebff0a96042ba366e316727cbb83b063bc0700d.tar.gz
forums-3ebff0a96042ba366e316727cbb83b063bc0700d.tar.bz2
forums-3ebff0a96042ba366e316727cbb83b063bc0700d.tar.xz
forums-3ebff0a96042ba366e316727cbb83b063bc0700d.zip
[feature/passwords] Pass config via service container to driver helper
This will get rid of the global $config in the driver helper PHPBB3-11610
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/passwords.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/passwords.yml b/phpBB/config/passwords.yml
index 9e83bbd918..511f10c31c 100644
--- a/phpBB/config/passwords.yml
+++ b/phpBB/config/passwords.yml
@@ -51,6 +51,8 @@ services:
passwords.driver_helper:
class: phpbb\passwords\driver\helper
+ arguments:
+ - @config
passwords.manager:
class: phpbb\passwords\manager