mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/15289] Add storage collection service
PHPBB3-15289
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user