1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14168] Move function for attachment deletion into class

PHPBB3-14168
This commit is contained in:
Marc Alexander
2015-09-21 08:54:57 +02:00
parent 16d5208d9a
commit d1030450f5
3 changed files with 412 additions and 315 deletions

View File

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