From 944f9bf54e20fae7936c1349bd3fa3fa022099c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 24 Jul 2017 18:22:03 +0200 Subject: [PATCH] [ticket/15289] Add storage collection service PHPBB3-15289 --- phpBB/config/default/container/services_storage.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phpBB/config/default/container/services_storage.yml b/phpBB/config/default/container/services_storage.yml index 32b74687c9..3593b8264a 100644 --- a/phpBB/config/default/container/services_storage.yml +++ b/phpBB/config/default/container/services_storage.yml @@ -18,6 +18,13 @@ services: - '@storage.provider_collection' # Collections + storage.storage_collection: + class: phpbb\di\service_collection + arguments: + - '@service_container' + tags: + - { name: service_collection, tag: storage } + storage.adapter_collection: class: phpbb\di\service_collection arguments: