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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user