1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13904] Move remote upload to its own type class

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-07-15 18:00:52 +02:00
parent 5b21830ba8
commit 57ccfe0c48
5 changed files with 255 additions and 190 deletions

View File

@@ -43,3 +43,11 @@ services:
- @files.factory
- @language
- @request
files.types.remote:
class: phpbb\files\types\remote
scope: prototype
arguments:
- @files.factory
- @language
- @request