diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-10-27 09:52:09 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-10-27 15:08:58 +0100 |
commit | b2f638b79359ee6df600ca940ffa2b1657235364 (patch) | |
tree | c4cc7e9439d480cbc53e2c2cde758739aa654349 /phpBB/config | |
parent | b0e0834637172c86f3a152034d77d558e95b2e61 (diff) | |
download | forums-b2f638b79359ee6df600ca940ffa2b1657235364.tar forums-b2f638b79359ee6df600ca940ffa2b1657235364.tar.gz forums-b2f638b79359ee6df600ca940ffa2b1657235364.tar.bz2 forums-b2f638b79359ee6df600ca940ffa2b1657235364.tar.xz forums-b2f638b79359ee6df600ca940ffa2b1657235364.zip |
[ticket/11857] Use passed service collection instead of container in manager
The service collection that was already passed to the avatar manager should
be used in the avatar manager method get_driver() instead of the container
itself.
PHPBB3-11857
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index c6490a21d7..7e3202d86b 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -22,7 +22,6 @@ services: arguments: - @config - @avatar.driver_collection - - @service_container cache: class: phpbb\cache\service |