From e50718008a44953181e133de1e37304ed6a5994f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 19 Sep 2015 16:39:17 +0200 Subject: [ticket/14168] Add attachment upload class PHPBB3-14168 --- phpBB/config/default/container/services_files.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'phpBB/config') diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml index cfdade37df..82e2a2e08f 100644 --- a/phpBB/config/default/container/services_files.yml +++ b/phpBB/config/default/container/services_files.yml @@ -1,4 +1,19 @@ services: + attachment.upload: + class: phpbb\attachment\upload + scope: prototype + arguments: + - @auth + - @cache + - @config + - @files.upload + - @language + - @mimetype.guesser + - @dispatcher + - @plupload + - @user + - %core.root_path% + filesystem: class: phpbb\filesystem\filesystem -- cgit v1.2.1