aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/container/services_attachment.yml')
-rw-r--r--phpBB/config/default/container/services_attachment.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/config/default/container/services_attachment.yml b/phpBB/config/default/container/services_attachment.yml
index c56ced21f4..afabbd6f95 100644
--- a/phpBB/config/default/container/services_attachment.yml
+++ b/phpBB/config/default/container/services_attachment.yml
@@ -6,9 +6,8 @@ services:
- '@config'
- '@dbal.conn'
- '@dispatcher'
- - '@filesystem'
- '@attachment.resync'
- - '%core.root_path%'
+ - '@storage.attachment'
attachment.manager:
class: phpbb\attachment\manager
@@ -36,5 +35,6 @@ services:
- '@mimetype.guesser'
- '@dispatcher'
- '@plupload'
+ - '@storage.attachment'
+ - '@filesystem.temp'
- '@user'
- - '%core.root_path%'