1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13904] Move form_upload to its own class and define type classes

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-07-14 16:15:39 +02:00
parent c65f0d748a
commit 11b2c938c6
6 changed files with 210 additions and 80 deletions

View File

@@ -26,3 +26,10 @@ services:
- @language
- @request
- %core.root_path%
files.types.form:
class: phpbb\files\types\form
arguments:
- @files.factory
- @plupload
- @request