diff options
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r-- | phpBB/config/services.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 975f2f7580..8667cbbf84 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -109,6 +109,9 @@ services: filesystem: class: phpbb\filesystem + file_downloader: + class: phpbb\file_downloader + http_kernel: class: Symfony\Component\HttpKernel\HttpKernel arguments: @@ -181,4 +184,5 @@ services: arguments: - @cache - @config + - @file_downloader - @user |