1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/9687] Use cache driver instead of service

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-30 10:08:44 +02:00
parent 2d53b8f947
commit 927f33fad3
6 changed files with 22 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ services:
class: \phpbb\ban\manager
arguments:
- '@ban.type_collection'
- '@cache'
- '@cache.driver'
- '@dbal.conn'
- '@user'
- '%tables.bans%'