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