1
0
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:
Marc Alexander
2015-10-09 09:45:28 +02:00
parent 22b36d9d0e
commit c78dbd2eea
2 changed files with 107 additions and 0 deletions

View File

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