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

[ticket/14168] Add attachment resync class

PHPBB3-14168
This commit is contained in:
Marc Alexander
2015-09-21 10:56:32 +02:00
parent ebfdd69525
commit 40117c7730
6 changed files with 152 additions and 98 deletions

View File

@@ -1,4 +1,19 @@
services:
attachment.delete:
class: phpbb\attachment\delete
scope: prototype
arguments:
- @config
- @dbal.conn
- @dispatcher
- @attachment.resync
attachment.resync:
class: phpbb\attachment\resync
scope: prototype
arguments:
- @dbal.conn
attachment.upload:
class: phpbb\attachment\upload
scope: prototype
@@ -14,14 +29,6 @@ services:
- @user
- %core.root_path%
attachment.delete:
class: phpbb\attachment\delete
scope: prototype
arguments:
- @config
- @dbal.conn
- @dispatcher
filesystem:
class: phpbb\filesystem\filesystem