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