mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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'
|
||||
|
||||
# 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue