aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-22 15:43:33 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-22 15:43:33 +0100
commit11c9d11482d28bf0ac193ea8c5ac0dd9695162e1 (patch)
treef64220fdd93a638b70de16e2e5608f05c4faf8ee /phpBB/config/default
parent45aafe0b09a06650846949fe24cdecb877db5da5 (diff)
parentfd993cbaf26cea66fc72c2a744189d7c1fef843c (diff)
downloadforums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar
forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.gz
forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.bz2
forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.xz
forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/config/default')
-rw-r--r--phpBB/config/default/container/services.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml
index 6cf9180cc0..1024af9363 100644
--- a/phpBB/config/default/container/services.yml
+++ b/phpBB/config/default/container/services.yml
@@ -104,6 +104,9 @@ services:
filesystem:
class: phpbb\filesystem
+ file_downloader:
+ class: phpbb\file_downloader
+
http_kernel:
class: Symfony\Component\HttpKernel\HttpKernel
arguments:
@@ -194,4 +197,5 @@ services:
arguments:
- @cache
- @config
+ - @file_downloader
- @user