mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15286] Update use storage in avatars
PHPBB3-15286
This commit is contained in:
@@ -6,9 +6,8 @@ services:
|
||||
- '@config'
|
||||
- '@dbal.conn'
|
||||
- '@dispatcher'
|
||||
- '@filesystem'
|
||||
- '@attachment.resync'
|
||||
- '%core.root_path%'
|
||||
- '@storage.attachment'
|
||||
|
||||
attachment.manager:
|
||||
class: phpbb\attachment\manager
|
||||
@@ -38,4 +37,3 @@ services:
|
||||
- '@plupload'
|
||||
- '@storage.attachment'
|
||||
- '@user'
|
||||
- '%core.root_path%'
|
||||
|
Reference in New Issue
Block a user