diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-07-14 16:15:39 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 08:27:56 +0200 |
commit | 11b2c938c6c3a6a14465f04ed356fbd013276143 (patch) | |
tree | 322dc6cc8362ff7b8296f8495654af4483297b81 /phpBB/config/default | |
parent | c65f0d748ae3cef90e08ce2c700e65734392da45 (diff) | |
download | forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.gz forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.bz2 forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.xz forums-11b2c938c6c3a6a14465f04ed356fbd013276143.zip |
[ticket/13904] Move form_upload to its own class and define type classes
PHPBB3-13904
Diffstat (limited to 'phpBB/config/default')
-rw-r--r-- | phpBB/config/default/container/services_files.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml index d30037a4e5..d884b76a34 100644 --- a/phpBB/config/default/container/services_files.yml +++ b/phpBB/config/default/container/services_files.yml @@ -26,3 +26,10 @@ services: - @language - @request - %core.root_path% + + files.types.form: + class: phpbb\files\types\form + arguments: + - @files.factory + - @plupload + - @request |