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

[ticket/14168] Add attachment upload class

PHPBB3-14168
This commit is contained in:
Marc Alexander
2015-09-19 16:39:17 +02:00
parent 73fd3d1df8
commit e50718008a
3 changed files with 285 additions and 167 deletions

View File

@@ -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