[ticket/15289] Add storage collection service

PHPBB3-15289
This commit is contained in:
Rubén Calvo 2017-07-24 18:22:03 +02:00
parent ad24ecae11
commit 944f9bf54e

View file

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