mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:38:53 +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:
|
storage.attachment:
|
||||||
class: phpbb\storage\storage
|
class: phpbb\storage\storage
|
||||||
arguments:
|
arguments:
|
||||||
|
- '@dbal.conn'
|
||||||
- '@storage.adapter.factory'
|
- '@storage.adapter.factory'
|
||||||
- 'attachment'
|
- 'attachment'
|
||||||
|
- '%tables.storage%'
|
||||||
tags:
|
tags:
|
||||||
- { name: storage }
|
- { name: storage }
|
||||||
|
|
||||||
|
@ -25,6 +27,7 @@ services:
|
||||||
- '@dbal.conn'
|
- '@dbal.conn'
|
||||||
- '@storage.adapter.factory'
|
- '@storage.adapter.factory'
|
||||||
- 'backup'
|
- 'backup'
|
||||||
|
- '%tables.storage%'
|
||||||
tags:
|
tags:
|
||||||
- { name: storage }
|
- { name: storage }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue