1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15699] Rewrite acp_storage

PHPBB3-15699
This commit is contained in:
Ruben Calvo
2023-09-22 16:52:22 +02:00
parent 4974f86059
commit 58ecd3b048
27 changed files with 954 additions and 621 deletions

View File

@@ -107,3 +107,20 @@ services:
- '@storage.attachment'
- '@symfony_request'
- '@user'
# Helpers
storage.state_helper:
class: phpbb\storage\state_helper
arguments:
- '@config'
- '@config_text'
- '@storage.provider_collection'
storage.helper:
class: phpbb\storage\helper
arguments:
- '@config'
- '@storage.provider_collection'
- '@storage.adapter_collection'
- '@storage.adapter.factory'
- '@storage.state_helper'