1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[feature/passwords] Do not pass phpbb_container to passwords manager

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-09-20 17:31:32 +02:00
parent beafef0000
commit a00854c406
9 changed files with 86 additions and 87 deletions

View File

@@ -49,6 +49,5 @@ services:
class: phpbb_passwords_manager
arguments:
- @config
- @service_container
- @passwords.driver_collection
- %passwords.algorithm%