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