mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14168] Add attachment manager service
PHPBB3-14168
This commit is contained in:
@@ -10,6 +10,14 @@ services:
|
||||
- @attachment.resync
|
||||
- %core.root_path%
|
||||
|
||||
attachment.manager:
|
||||
class: phpbb\attachment\manager
|
||||
scope: prototype
|
||||
arguments:
|
||||
- @attachment.delete
|
||||
- @attachment.resync
|
||||
- @attachment.upload
|
||||
|
||||
attachment.resync:
|
||||
class: phpbb\attachment\resync
|
||||
scope: prototype
|
||||
|
Reference in New Issue
Block a user