1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/passwords] Pass config via service container to driver helper

This will get rid of the global $config in the driver helper

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-09-28 12:42:11 +02:00
parent de087d537e
commit 3ebff0a960
3 changed files with 23 additions and 7 deletions

View File

@@ -51,6 +51,8 @@ services:
passwords.driver_helper:
class: phpbb\passwords\driver\helper
arguments:
- @config
passwords.manager:
class: phpbb\passwords\manager