mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/15342] Add missing services dependencies
PHPBB3-15342
This commit is contained in:
parent
91026b56b9
commit
171b56b0ac
1 changed files with 3 additions and 0 deletions
|
@ -4,8 +4,10 @@ services:
|
|||
storage.attachment:
|
||||
class: phpbb\storage\storage
|
||||
arguments:
|
||||
- '@dbal.conn'
|
||||
- '@storage.adapter.factory'
|
||||
- 'attachment'
|
||||
- '%tables.storage%'
|
||||
tags:
|
||||
- { name: storage }
|
||||
|
||||
|
@ -25,6 +27,7 @@ services:
|
|||
- '@dbal.conn'
|
||||
- '@storage.adapter.factory'
|
||||
- 'backup'
|
||||
- '%tables.storage%'
|
||||
tags:
|
||||
- { name: storage }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue