1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 18:13:28 +01:00

[ticket/15342] Add missing services dependencies

PHPBB3-15342
This commit is contained in:
Rubén Calvo 2018-05-16 23:54:42 +02:00
parent 91026b56b9
commit 171b56b0ac

View File

@ -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 }