mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[ticket/15289] Add storage collection service
PHPBB3-15289
This commit is contained in:
parent
ad24ecae11
commit
944f9bf54e
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ services:
|
||||||
- '@storage.provider_collection'
|
- '@storage.provider_collection'
|
||||||
|
|
||||||
# Collections
|
# Collections
|
||||||
|
storage.storage_collection:
|
||||||
|
class: phpbb\di\service_collection
|
||||||
|
arguments:
|
||||||
|
- '@service_container'
|
||||||
|
tags:
|
||||||
|
- { name: service_collection, tag: storage }
|
||||||
|
|
||||||
storage.adapter_collection:
|
storage.adapter_collection:
|
||||||
class: phpbb\di\service_collection
|
class: phpbb\di\service_collection
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Add table
Reference in a new issue